Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1b58f5da

Von Bernd Bleßmann vor mehr als 2 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
591 591
  };
592 592

  
593 593
  ns.update_price_source = function(item_id, source, descr, price_str, price_editable) {
594
    ns.set_price_source_text(item_id, source, descr, price_str, price_editable);
594
    ns.set_price_and_source_text(item_id, source, descr, price_str, price_editable);
595 595

  
596 596
    if (price_str) ns.recalc_amounts_and_taxes();
597 597
    kivi.io.close_dialog();
......
630 630
  };
631 631

  
632 632
  ns.update_discount_source = function(item_id, source, descr, discount_str, price_editable) {
633
    ns.set_discount_and_source_text(item_id, source, descr, discount_str, price_editable);
634

  
633 635
    if (discount_str) ns.recalc_amounts_and_taxes();
634 636
    kivi.io.close_dialog();
635 637
  };

Auch abrufbar als: Unified diff