Added new attachment types for customer and supplier specific documents.
[fa-stable.git] / includes / sysnames.inc
index 507bd698dedecc98451c72b65190a208d8d129e9..68828bca6242f5ff5c45f40dcde5a950245fb36b 100644 (file)
@@ -41,6 +41,8 @@ $systypes_array = array (
        ST_SALESQUOTE => _("Sales Quotation"),
        ST_COSTUPDATE => _("Cost Update"),
        ST_DIMENSION => _("Dimension"),
+       ST_CUSTOMER => _("Customer"),
+       ST_SUPPLIER => _("Supplier"),
        );
 
 $fa_systypes_array = array (