X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=c5667300796c470f76ea0a1d8aeaedde971a2b0a;hb=577328a5a3a3d5cd6e2252798a355fa20a8f591e;hp=c14cccd63f7f428bcd7e8ca1392bbed15ba61db4;hpb=b1c9712c6042b26d43ce9c78c77d078ef1906a02;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index c14cccd6..c5667300 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -182,7 +182,6 @@ $pterm_types = array( PTT_DAYS => _("After No. of Days"), PTT_FOLLOWING => _("Day In Following Month") ); -//---------------------------------------------------------------------------------- $tax_algorithms = array( TCA_LINES => _("Sum per line taxes"), @@ -197,4 +196,6 @@ $bank_owner_types = array( BO_SUPPLIER => _("Supplier") ); -?> \ No newline at end of file +// This month array is for use with the last 3 dateformats. +$tmonths = array("", _("Jan"),_("Feb"),_("Mar"),_("Apr"),_("May"),_("Jun"),_("Jul"),_("Aug"),_("Sep"),_("Oct"),_("Nov"),_("Dec")); +