[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3791] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3791] branches/1.3
- From: ..hidden..
- Date: Sun, 02 Oct 2011 17:21:19 +0000
Revision: 3791
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3791&view=rev
Author: einhverfr
Date: 2011-10-02 17:21:18 +0000 (Sun, 02 Oct 2011)
Log Message:
-----------
Minor template tuning for invoice.tex
Modified Paths:
--------------
branches/1.3/bin/arapprn.pl
branches/1.3/templates/demo/invoice.tex
Modified: branches/1.3/bin/arapprn.pl
===================================================================
--- branches/1.3/bin/arapprn.pl 2011-10-02 17:08:31 UTC (rev 3790)
+++ branches/1.3/bin/arapprn.pl 2011-10-02 17:21:18 UTC (rev 3791)
@@ -65,7 +65,6 @@
$form->{tel} = $csettings->{company_phone};
$form->{fax} = $csettings->{company_fax};
-
if ( $form->{media} !~ /screen/ ) {
$form->error( $locale->text('Select postscript or PDF!') )
if $form->{format} !~ /(postscript|pdf)/;
Modified: branches/1.3/templates/demo/invoice.tex
===================================================================
--- branches/1.3/templates/demo/invoice.tex 2011-10-02 17:08:31 UTC (rev 3790)
+++ branches/1.3/templates/demo/invoice.tex 2011-10-02 17:21:18 UTC (rev 3791)
@@ -43,7 +43,7 @@
<?lsmb city ?>
<?lsmb IF state -?>
-\hspace{-0.1cm}, <?lsmb state ?> <?lsmb END ?> %<?lsmb zipcode ?>
+\hspace{-0.1cm}, <?lsmb state ?> <?lsmb END ?> <?lsmb zipcode ?>
<?lsmb country ?>
@@ -76,9 +76,7 @@
<?lsmb shiptocity ?>
<?lsmb IF shiptostate -?>
-\hspace{-0.1cm}, <?lsmb shiptostate ?>
-<?lsmb END ?>
-%<?lsmb shiptozipcode ?>
+\hspace{-0.1cm}, <?lsmb shiptostate ?><?lsmb END ?> <?lsmb shiptozipcode ?>
<?lsmb shiptocountry ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.