From 317c386e37f09c0716a58166ef953087f3cd511f Mon Sep 17 00:00:00 2001 From: Clay McKell Date: Tue, 18 Nov 2014 16:59:04 -0800 Subject: [PATCH] Guest tag is now 3 instead of 2. --- playerpayment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playerpayment.php b/playerpayment.php index 4d48a16..b7e13b5 100644 --- a/playerpayment.php +++ b/playerpayment.php @@ -186,7 +186,7 @@ function clocktick() { // Should be in the form [ ID, First Last ] var item = val.value.split(','); all_names.push(item[1]); - if (item[0][2] == 2) { + if (item[0][2] == 3) { subtotal += prices.guest; all_ids.push(item[0]); guests.push(''+item.slice(1).join()+'$'+prices.guest+'');