Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1b58f5da

Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt

  • ID 1b58f5dac1365a81044fd066ed9efc8f2da64f3f
  • Vorgänger 73f7989f
  • Nachfolger d58f0807

Auftrags-Controller: Fix: Preisquellenermittlung: js-Funktion richtig aufrufen

ist eben kaputt gegangen

Unterschiede anzeigen:

js/kivi.Order.js
};
ns.update_price_source = function(item_id, source, descr, price_str, price_editable) {
ns.set_price_source_text(item_id, source, descr, price_str, price_editable);
ns.set_price_and_source_text(item_id, source, descr, price_str, price_editable);
if (price_str) ns.recalc_amounts_and_taxes();
kivi.io.close_dialog();
......
};
ns.update_discount_source = function(item_id, source, descr, discount_str, price_editable) {
ns.set_discount_and_source_text(item_id, source, descr, discount_str, price_editable);
if (discount_str) ns.recalc_amounts_and_taxes();
kivi.io.close_dialog();
};

Auch abrufbar als: Unified diff