Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 89b26688

Von Sven Schöling vor mehr als 9 Jahren hinzugefügt

  • ID 89b2668811eac6023ad58322e2f9970ddb6a27c9
  • Vorgänger c653b98f
  • Nachfolger 766ed2a6

PriceSource: Rabattbehandlung

Unterschiede anzeigen:

js/kivi.io.js
43 43
    if (price_str) $('#sellprice_' + row).val(price_str);
44 44
    $('#update_button').click();
45 45
  }
46

  
47
  ns.update_discount_source = function(row, source, discount_str) {
48
    $('#active_discount_source_' + row).val(source);
49
    if (discount_str) $('#discount_' + row).val(discount_str);
50
    $('#update_button').click();
51
  }
46 52
});

Auch abrufbar als: Unified diff