diff --git a/bin/backend/controls/panels/Invoice.js b/bin/backend/controls/panels/Invoice.js index be11e5613ebd0f8f643fc2871aca26ef69f16cb1..9a2e91f5eea48b6c6412d27cb1596b6b7d21c9d8 100644 --- a/bin/backend/controls/panels/Invoice.js +++ b/bin/backend/controls/panels/Invoice.js @@ -232,6 +232,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [ } }); + /* this.addCategory({ icon: 'fa fa-list', name: 'articles', @@ -241,6 +242,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [ onClick: this.openArticles } }); + */ this.addCategory({ icon: 'fa fa-money', @@ -722,8 +724,10 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [ /** * open articles + * @deprecated */ openArticles: function() { + return; const self = this; this.Loader.show();