X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsuppliers.php;h=345b3d10e95e8786bc4aed5e83108b11999e89c5;hb=c31829537f02787dd94654820dd74168c054b8c4;hp=a16312575240dbeff5b0e37d4490bd0206dc373a;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/applications/suppliers.php b/applications/suppliers.php index a1631257..345b3d10 100644 --- a/applications/suppliers.php +++ b/applications/suppliers.php @@ -1,21 +1,20 @@ . + 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");