summaryrefslogtreecommitdiff
path: root/bin/pos.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-01 22:35:54 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-01 22:35:54 +0000
commit93f62be003c9979b16dbf4c989bb34bf9ac5e304 (patch)
tree053ba6bb384a901caad972feee9b2595ff4083b0 /bin/pos.pl
parent007780f7a885664171371e138296efc40311a770 (diff)
Fix print command selection in 1.2
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1019 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/pos.pl')
-rwxr-xr-xbin/pos.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pos.pl b/bin/pos.pl
index f6419458..7dc98d0a 100755
--- a/bin/pos.pl
+++ b/bin/pos.pl
@@ -865,7 +865,7 @@ sub print_form {
}
if ($form->{media} ne 'screen') {
- $form->{OUT} = "${LedgerSMB::Sysconfig::printer}{$form->{media}}";
+ $form->{OUT} = ${LedgerSMB::Sysconfig::printer}{$form->{media}};
$form->{printmode} = '|-';
}