fix rare FP rounding errors on void, RT#84904
[freeside.git] / conf / invoice_template
index e226d63..e90424f 100644 (file)
@@ -1,11 +1,10 @@
 
-                                 Invoice
-                                 { substr("Page $page of $total_pages          ", 0, 19); } { use Date::Format; time2str("%x", $date); }  FS-{ $invnum; }
+                                 { emt($notice_name) }
+                                 { substr(emt("Page [_1] of [_2]          ", $page, $total_pages), 0, 19); } { time2str("%x", $date); }  { emt("Invoice #") . $invnum; }
 
 
-Ivan Kohler
-1339 Hayes St.
-San Francisco, CA  94117
+{ $company_name; }
+{ $company_address; }
 
 
 { $address[0]; }
@@ -24,4 +23,4 @@ San Francisco, CA  94117
   );
 }
 
- -=> Freeside - open-source billing for ISPs - http://www.sisd.com/freeside <=-
+ -=> { $company_name; } <=-