Implemented attachments for Bank Account, and redesign of Bank Accounts to a tabbed...
[fa-stable.git] / includes / types.inc
index db5cac152fe707014d04209c1d90ac8704bbf6ab..8996380fe028861ae01cfa67f98f5cf5cdb57cdc 100644 (file)
@@ -50,6 +50,7 @@ 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.