Skip to content
Code-Schnipsel Gruppen Projekte
Commit 9bbc8109 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'dev' into 'master'

refactor: remove debug logs

See merge request !2
Übergeordnete 6f8df76f 24f9c438
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
1 Merge Request!2refactor: remove debug logs
......@@ -486,8 +486,7 @@ define('package/quiqqer/erp/bin/backend/controls/articles/Article', [
const unitPrice = Formatter.format(product.unitPrice);
const price = Formatter.format(product.calculated.nettoSubSum);
const total = Formatter.format(product.calculated.nettoSum);
console.log('price', price);
console.log('total', total);
const setElement = function (Node, text) {
const isInEditMode = Node.getElement('input');
......@@ -526,9 +525,6 @@ define('package/quiqqer/erp/bin/backend/controls/articles/Article', [
if (typeof this.$bruttoCalc !== 'undefined' &&
typeof this.$bruttoCalc.display_unitPrice !== 'undefined') {
console.log('###', this.$bruttoCalc.display_unitPrice);
this.$UnitPriceBrutto.set('html', this.$bruttoCalc.display_unitPrice);
this.$UnitPriceBrutto.set('data-value', this.$bruttoCalc.unitPrice);
}
......
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