X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=db5cac152fe707014d04209c1d90ac8704bbf6ab;hb=af03975abbd624d17cc6c4f61b71808a0a5c82ea;hp=f5e26d13db7dd618bd1be5976298ba740e2aed47;hpb=0bb1e895c193f9f4a5768c582da45628348b640f;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index f5e26d13..db5cac15 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -48,6 +48,8 @@ define('ST_COSTUPDATE', 35); define('ST_DIMENSION', 40); define('ST_CUSTOMER', 41); define('ST_SUPPLIER', 42); +define('ST_ITEM', 43); +define('ST_FIXEDASSET', 44); // Don't include these defines in the $systypes_array. // They are used for documents only.