X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=c7bb52c2b3e013cd982285922cfee684891b823c;hb=5cd13431fe25eb8cd98f67020c55dab124c7e930;hp=3636a4936e3eee4287504da194059956ee210755;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 3636a493..c7bb52c2 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -42,6 +42,11 @@ define('ST_SALESQUOTE', 32); define('ST_COSTUPDATE', 35); define('ST_DIMENSION', 40); +// Don't include these defines in the $systypes_array. +// They are used for documents only. +define ('ST_STATEMENT', 91); +define ('ST_CHEQUE', 92); + $systypes_array = array ( ST_JOURNAL => _("Journal Entry"), ST_BANKPAYMENT => _("Bank Payment"),