diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-01 22:35:54 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-01 22:35:54 +0000 |
commit | 93f62be003c9979b16dbf4c989bb34bf9ac5e304 (patch) | |
tree | 053ba6bb384a901caad972feee9b2595ff4083b0 /bin/cp.pl | |
parent | 007780f7a885664171371e138296efc40311a770 (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/cp.pl')
-rwxr-xr-x | bin/cp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1287,7 +1287,7 @@ sub print_form { $form->{IN} = "$form->{formname}.tex"; if ($form->{media} ne 'screen') { - $form->{OUT} = "${LedgerSMB::Sysconfig::printer}{$form->{media}}"; + $form->{OUT} = ${LedgerSMB::Sysconfig::printer}{$form->{media}}; $form->{printmode} = '|-'; } |