Contact categories support added.
[fa-stable.git] / includes / sysnames.inc
index 705311082a84319a06805ab0870d98fbef208b64..a60c6c947a4a58054d43658b724f70055d12d0a8 100644 (file)
@@ -139,4 +139,13 @@ $tag_types = array (
        TAG_DIMENSION => _("Dimension")
 );
 
+//----------------------------------------------------------------------------------
+// crm contacts categories
+$sys_crm_cats = array (
+       'cust_branch' => _("Customer branch"),
+       'supplier' => _("Supplier"),
+       'shipper' => _("Shipper"),
+       'company' => _("Company internal")
+);
+
 ?>
\ No newline at end of file