Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 7406ccdd erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: remove articles at invoice panel, not needed

Übergeordneter 5e31acff
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!80Update 'next-3.x' with latest changes from 'main',!76Next 2.x
...@@ -232,6 +232,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [ ...@@ -232,6 +232,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [
} }
}); });
/*
this.addCategory({ this.addCategory({
icon: 'fa fa-list', icon: 'fa fa-list',
name: 'articles', name: 'articles',
...@@ -241,6 +242,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [ ...@@ -241,6 +242,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [
onClick: this.openArticles onClick: this.openArticles
} }
}); });
*/
this.addCategory({ this.addCategory({
icon: 'fa fa-money', icon: 'fa fa-money',
...@@ -722,8 +724,10 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [ ...@@ -722,8 +724,10 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Invoice', [
/** /**
* open articles * open articles
* @deprecated
*/ */
openArticles: function() { openArticles: function() {
return;
const self = this; const self = this;
this.Loader.show(); this.Loader.show();
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren