From 6c4f4cb703ecaedbaabe2a65ba46f7e077a428b7 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 14 Jun 2007 23:13:19 +0000 Subject: Fixing pole display support git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1277 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/pos.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pos.pl b/bin/pos.pl index 1a94370b..58d98ac1 100755 --- a/bin/pos.pl +++ b/bin/pos.pl @@ -400,7 +400,6 @@ sub form_footer { $form->{invtotal} = $form->{invsubtotal}; $form->{taxincluded} = ( $form->{taxincluded} ) ? "checked" : ""; - $taxincluded = ""; if ( $form->{taxaccounts} ) { $taxincluded = qq| @@ -444,6 +443,7 @@ sub form_footer { |; } + on_update() if ($form->{action} eq 'update'); @column_index = qw(paid memo source cctrack AR_paid); -- cgit v1.2.3