r22140 - gnucash/trunk/src/report/business-reports - Display job name and job number when invoice is "in progress...".

Mike Evans mikee at code.gnucash.org
Mon Apr 9 07:41:02 EDT 2012


Author: mikee
Date: 2012-04-09 07:41:02 -0400 (Mon, 09 Apr 2012)
New Revision: 22140
Trac: http://svn.gnucash.org/trac/changeset/22140

Modified:
   gnucash/trunk/src/report/business-reports/taxinvoice.eguile.scm
Log:
Display job name and job number when invoice is "in progress...".

Modified: gnucash/trunk/src/report/business-reports/taxinvoice.eguile.scm
===================================================================
--- gnucash/trunk/src/report/business-reports/taxinvoice.eguile.scm	2012-04-09 11:33:44 UTC (rev 22139)
+++ gnucash/trunk/src/report/business-reports/taxinvoice.eguile.scm	2012-04-09 11:41:02 UTC (rev 22140)
@@ -245,7 +245,7 @@
         <tr>
            <td align="right"><?scm:d (nbsp (_ "Due Date")) ?>: </td>
            <td align="right"><?scm:d (gnc-print-date duedate) ?></td>
-        </tr>
+        </tr> <?scm )) ?>
         <?scm (if (not (string=? billingid "")) (begin ?>
           <tr>
             <td align="right"><?scm:d opt-ref-text ?></td>
@@ -263,7 +263,6 @@
             <td align="right"><?scm:d opt-jobnumber-text ?></td>
             <td align="right"><?scm:d jobnumber ?></td>
           </tr>
-        <?scm )) ?>
       <?scm )) ?>
       <?scm (if (not (string=? termsdesc "")) (begin ?>
         <tr><td colspan="2" align="right"><?scm:d termsdesc ?></td></tr>
@@ -329,7 +328,7 @@
               (inv-total 'add currency rtaxval)
               (tax-total 'add currency rtaxval)
               (sub-total 'add currency rval)
-              (dsc-total 'add currency rdiscval)
+              (dsc-total 'add currency rdiscval) 
     ?>
     <tr valign="top">
       <?scm (if opt-col-date (begin ?>



More information about the gnucash-changes mailing list