diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-06 06:10:06 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-06 06:10:06 +0000 |
commit | c6ce7d1082f8b37f209b27dfefa39148e256ef68 (patch) | |
tree | 3fee3a96c26ac8aa9c1fca6a148ec49471b98c03 /bin | |
parent | 787fc5c243b456ac441d745f72ffc52040dd72a3 (diff) |
Correcting some postscript printing errors
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1519 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rp.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -711,7 +711,7 @@ qq|<input name=accno class=radio type=radio value="gifi_$ref->{accno}"> $re ? qq|<select name=$form->{vc}><option>\n$vc</select>| : qq|<input name=$form->{vc} size=35>|; - $postscript = "postscript" if $myconfig{printer}; + $postscript = "ps" if $myconfig{printer}; print qq| <tr> @@ -1997,7 +1997,7 @@ sub print_options { if ( ${LedgerSMB::Sysconfig::latex} ) { $format .= qq| - <option value=postscript $form->{DF}{postscript}>| + <option value=ps $form->{DF}{postscript}>| . $locale->text('Postscript') . qq| <option value=pdf $form->{DF}{pdf}>| . $locale->text('PDF'); } |