[freeside-commits] freeside/conf invoice_latex,1.11.4.7,1.11.4.8

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Jun 16 20:13:53 PDT 2008


Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv31845

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	invoice_latex 
Log Message:
not forgetting to add fax and old customer id

Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.11.4.7
retrieving revision 1.11.4.8
diff -u -d -r1.11.4.7 -r1.11.4.8
--- invoice_latex	4 Jun 2008 18:41:38 -0000	1.11.4.7
+++ invoice_latex	17 Jun 2008 03:13:51 -0000	1.11.4.8
@@ -212,6 +212,9 @@
     $OUT .= "\\addressline{$ship_city, $ship_state~~$ship_zip}";
     $OUT .= "\\addressline{$ship_country}";
     $OUT .= '~\\\\';
+    $OUT .= "\\textbf{ID:}~~$agent_custid\\\\" if $agent_custid;
+    $OUT .= "\\textbf{Fax:}~~$ship_fax\\\\" if $ship_fax;
+    $OUT .= '~\\\\' if ($ship_fax or $agent_custid);
   }else{
     $OUT .= '';
   }



More information about the freeside-commits mailing list