X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;fp=includes%2Fsysnames.inc;h=a60c6c947a4a58054d43658b724f70055d12d0a8;hb=d295c600eb88fd3100b99ef1968ea6d2738097ef;hp=705311082a84319a06805ab0870d98fbef208b64;hpb=bd3023c1b5e64429043358a691b3aae20eb54c09;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 70531108..a60c6c94 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -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