Payment terms related functions moved to separate file, common function for calculati...
[fa-stable.git] / includes / sysnames.inc
index 1d7df6f012be6237b161f0aca6801fdd5306c328..8d3bf78f0a78efbcf435e1c61dc79dcc7cb7cc44 100644 (file)
@@ -192,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")