X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fcustomers.php;h=78e49e5447574e5d81d4bc7c0ef77778b90890e0;hb=67d97bfd7398b932698e254d937f905943412561;hp=65d361098d92812d3f586679230c60f62b2d0e23;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/applications/customers.php b/applications/customers.php index 65d36109..78e49e54 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -1,21 +1,20 @@ . + See the License here . ***********************************************************************/ - include_once("./modules/installed_modules.php"); 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");