summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-14 23:13:19 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-14 23:13:19 +0000
commit6c4f4cb703ecaedbaabe2a65ba46f7e077a428b7 (patch)
treec038d66bd1473227ec0a7913325a815fd451970c /bin
parent255e6a99b6541414b004eefe07e8fc633c3adea7 (diff)
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pos.pl2
1 files changed, 1 insertions, 1 deletions
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 {
</tr>
|;
}
+ on_update() if ($form->{action} eq 'update');
@column_index = qw(paid memo source cctrack AR_paid);