Skip to content

Commit

Permalink
Guest tag is now 3 instead of 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmckell committed Nov 19, 2014
1 parent 25c95bf commit 317c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerpayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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('<tr><td>'+item.slice(1).join()+'</td><td>$'+prices.guest+'</td></tr>');
Expand Down

0 comments on commit 317c386

Please sign in to comment.