[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1519] trunk/bin/rp.pl
- Subject: SF.net SVN: ledger-smb: [1519] trunk/bin/rp.pl
- From: ..hidden..
- Date: Wed, 05 Sep 2007 23:10:08 -0700
Revision: 1519
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1519&view=rev
Author: einhverfr
Date: 2007-09-05 23:10:06 -0700 (Wed, 05 Sep 2007)
Log Message:
-----------
Correcting some postscript printing errors
Modified Paths:
--------------
trunk/bin/rp.pl
Modified: trunk/bin/rp.pl
===================================================================
--- trunk/bin/rp.pl 2007-09-06 05:29:30 UTC (rev 1518)
+++ trunk/bin/rp.pl 2007-09-06 06:10:06 UTC (rev 1519)
@@ -711,7 +711,7 @@
? 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 @@
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');
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.