X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsuppliers.php;h=345b3d10e95e8786bc4aed5e83108b11999e89c5;hb=7e8c90ee7e898a9181f62f387ccb92158f47f59c;hp=7058716e107b9b3e2fdc4635a59a4567986c5871;hpb=e3b48984f41047ad16201ff1e757af02d228d79e;p=fa-stable.git diff --git a/applications/suppliers.php b/applications/suppliers.php index 7058716e..345b3d10 100644 --- a/applications/suppliers.php +++ b/applications/suppliers.php @@ -14,7 +14,7 @@ function suppliers_app() { global $installed_modules; - $this->application("AP",_("Purchases")); + $this->application("AP",_("&Purchases")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Purchase &Order Entry"),"purchasing/po_entry_items.php?NewOrder=Yes");