Payment_terms table normalization.
[fa-stable.git] / includes / sysnames.inc
index 507bd698dedecc98451c72b65190a208d8d129e9..8d3bf78f0a78efbcf435e1c61dc79dcc7cb7cc44 100644 (file)
@@ -170,7 +170,8 @@ $depreciation_methods = array(
 $stock_types = array(
        'M' => _("Manufactured"),
        'B' => _("Purchased"),
-       'D' => _("Service")
+       'D' => _("Service"),
+       'T' => _("Shipping")
 );
 
 //----------------------------------------------------------------------------------
@@ -191,7 +192,7 @@ $sys_crm_cats = array (
 //----------------------------------------------------------------------------------
 
 $pterm_types = array(
-       PTT_PRE => _("Prepayment"),
+       PTT_PREPAY => _("Prepayment"),
        PTT_CASH => _("Cash"),
        PTT_DAYS => _("After No. of Days"),
        PTT_FOLLOWING => _("Day In Following Month")