[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3670] trunk/templates/demo



Revision: 3670
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3670&view=rev
Author:   einhverfr
Date:     2011-08-18 21:13:29 +0000 (Thu, 18 Aug 2011)

Log Message:
-----------
Minor template fixes

Modified Paths:
--------------
    trunk/templates/demo/statement.tex
    trunk/templates/demo/work_order.tex

Modified: trunk/templates/demo/statement.tex
===================================================================
--- trunk/templates/demo/statement.tex	2011-08-18 03:14:05 UTC (rev 3669)
+++ trunk/templates/demo/statement.tex	2011-08-18 21:13:29 UTC (rev 3670)
@@ -82,7 +82,7 @@
 \end{tabularx}
 
 \vfill
-<lsmb text('All amounts in [_1] funds.', currency) ?>
+<?lsmb text('All amounts in [_1] funds.', currency) ?>
 
 <?lsmb text('Please make check payable to [_1]', company) ?>
 

Modified: trunk/templates/demo/work_order.tex
===================================================================
--- trunk/templates/demo/work_order.tex	2011-08-18 03:14:05 UTC (rev 3669)
+++ trunk/templates/demo/work_order.tex	2011-08-18 21:13:29 UTC (rev 3670)
@@ -57,7 +57,7 @@
 <?lsmb END ?>
 
 <?lsmb IF customerphone ?>
-<lsmb text('Tel: [_1]', customerphone) ?>
+<?lsmb text('Tel: [_1]', customerphone) ?>
 <?lsmb END ?>
 
 <?lsmb IF customerfax ?>
@@ -92,7 +92,7 @@
 <?lsmb END ?>
 
 <?lsmb IF shiptophone ?>
-<lsmb text('Tel: [_1]', shiptophone) ?>
+<?lsmb text('Tel: [_1]', shiptophone) ?>
 <?lsmb END ?>
 
 <?lsmb IF shiptofax ?>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.