Current credit display implemented.
[fa-stable.git] / includes / sysnames.inc
index a60c6c947a4a58054d43658b724f70055d12d0a8..bf48ad9c5c0e3214713c99b77d67192711635fc9 100644 (file)
@@ -147,5 +147,14 @@ $sys_crm_cats = array (
        'shipper' => _("Shipper"),
        'company' => _("Company internal")
 );
+//----------------------------------------------------------------------------------
+
+$pterm_types = array(
+       PTT_PRE => _("Prepayment"),
+       PTT_CASH => _("Cash"),
+       PTT_DAYS => _("After No. of Days"),
+       PTT_FOLLOWING => _("Day In Following Month")
+);
+
 
 ?>
\ No newline at end of file