X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=f9acce38cc845a187c0935d7c961f271c20777be;hb=6989100b74130784a524b1f941b3ae73f30f663a;hp=7df363ab984f2b389cdcdfc3ed94f53b159776bf;hpb=2e8e792ac86ac0242c38236fa14bf7a005b921a7;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 7df363ab..f9acce38 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -286,7 +286,7 @@ $stock_types = array( define('TAG_ACCOUNT', 1); define('TAG_DIMENSION', 2); -$tag_types_array = array ( +$tag_types = array ( TAG_ACCOUNT => _("Account"), TAG_DIMENSION => _("Dimension") );