X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsuppliers.php;h=345b3d10e95e8786bc4aed5e83108b11999e89c5;hb=7202616e85a0fb8907ced404e418d8a16a5ed53a;hp=8aacea962fe9e203777c93597c0ed0ebb14345e5;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/applications/suppliers.php b/applications/suppliers.php index 8aacea96..345b3d10 100644 --- a/applications/suppliers.php +++ b/applications/suppliers.php @@ -9,13 +9,12 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ - include_once("./modules/installed_modules.php"); class suppliers_app extends application { 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");