Implemented an Items tab for attachments and modified the existing setup attachments.
[fa-stable.git] / includes / sysnames.inc
index 507bd698dedecc98451c72b65190a208d8d129e9..b4ac947e71a5399bbeab8045f8bbbd647565de20 100644 (file)
@@ -41,6 +41,9 @@ $systypes_array = array (
        ST_SALESQUOTE => _("Sales Quotation"),
        ST_COSTUPDATE => _("Cost Update"),
        ST_DIMENSION => _("Dimension"),
+       ST_CUSTOMER => _("Customer"),
+       ST_SUPPLIER => _("Supplier"),
+       ST_ITEM => _("Item")
        );
 
 $fa_systypes_array = array (