summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-06 06:10:06 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-06 06:10:06 +0000
commitc6ce7d1082f8b37f209b27dfefa39148e256ef68 (patch)
tree3fee3a96c26ac8aa9c1fca6a148ec49471b98c03 /bin
parent787fc5c243b456ac441d745f72ffc52040dd72a3 (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.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rp.pl b/bin/rp.pl
index 4fb5142e..226bd84c 100644
--- a/bin/rp.pl
+++ b/bin/rp.pl
@@ -711,7 +711,7 @@ qq|<input name=accno class=radio type=radio value="gifi_$ref->{accno}">&nbsp;$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');
}