From 2c08405d5a24d81ded316c639c5429de1ff29d92 Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 3 Aug 2009 03:45:51 +0000 Subject: [PATCH] Work around for the fact that our implementation has issues with receipts of more than one tender. See the branch statement_ledger_entry_tie_20090802 for more information. git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@470 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/views/customers/receipt.ctp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/views/customers/receipt.ctp b/site/views/customers/receipt.ctp index c591d9c..2d93c2c 100644 --- a/site/views/customers/receipt.ctp +++ b/site/views/customers/receipt.ctp @@ -143,7 +143,8 @@ function addPaymentSource(flash) { addDiv('payment-entry-id', 'payment', 'payments', flash, // HTML section '
' + - 'Payment #%{id} (%{remove})' + +Payment #%{id} (%{remove})' + */ ?> + 'Payment' + '
' + element('form_table', echo $form->submit('Generate Receipt') . "\n"; ?> + Payments +*/ ?>
+ Add Another Payment
+*/ ?> end('Generate Receipt'); ?>