5594: Combo box to Customer Credit Note and Supplier Credit Note references. Fixed.
[fa-stable.git] / includes / sysnames.inc
index 507bd698dedecc98451c72b65190a208d8d129e9..8bc99e345c7788e03b5fcc13c90ff84eea939cd9 100644 (file)
@@ -41,6 +41,11 @@ $systypes_array = array (
        ST_SALESQUOTE => _("Sales Quotation"),
        ST_COSTUPDATE => _("Cost Update"),
        ST_DIMENSION => _("Dimension"),
+       ST_CUSTOMER => _("Customer"),
+       ST_SUPPLIER => _("Supplier"),
+       ST_ITEM => _("Item"),
+       ST_FIXEDASSET => _("Fixed Asset"),
+       ST_BANKACCOUNT => _("Bank Account"),
        );
 
 $fa_systypes_array = array (