X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=8d3bf78f0a78efbcf435e1c61dc79dcc7cb7cc44;hb=7618d9d62ee39a932f56565a4ce25d965bf53462;hp=507bd698dedecc98451c72b65190a208d8d129e9;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 507bd698..8d3bf78f 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -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")