X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=8996380fe028861ae01cfa67f98f5cf5cdb57cdc;hb=bca406d61d1f94c5dcefdbad041b3e0bf77a2919;hp=ad151d14fa82f70fa9391a4fca471e64d9d37139;hpb=d1de4b72e5fa6b5952c75b7c79479935bdd0d9d8;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index ad151d14..8996380f 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -49,6 +49,8 @@ define('ST_DIMENSION', 40); define('ST_CUSTOMER', 41); define('ST_SUPPLIER', 42); define('ST_ITEM', 43); +define('ST_FIXEDASSET', 44); +define('ST_BANKACCOUNT', 45); // Don't include these defines in the $systypes_array. // They are used for documents only.