summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);