X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fcustomers.php;h=78e49e5447574e5d81d4bc7c0ef77778b90890e0;hb=4f57367b97832827258d1140ca423a26cf714142;hp=245ee62e611f9c44937ccd47be39c6d246cf8f21;hpb=72c7510d29d26a0ede9cc23ad052b0ed156b1aaf;p=fa-stable.git diff --git a/applications/customers.php b/applications/customers.php index 245ee62e..78e49e54 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -1,12 +1,20 @@ . +***********************************************************************/ class customers_app extends application { function customers_app() { global $installed_modules; - $this->application("orders",_("Sales")); + $this->application("orders",_("&Sales")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Sales &Order Entry"),"sales/sales_order_entry.php?NewOrder=Yes");