Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 199bd497

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

  • ID 199bd497fa158b819070767fa737b2e23d164b96
  • Vorgänger 7cad87f8
  • Nachfolger 330df4c5

Auftrags-Controller: individuelle Lieferadresse

Behebt #365 (redmine)

Unterschiede anzeigen:

js/kivi.SalesPurchase.js
170 170
    $('#shiptoname').focus();
171 171
  };
172 172

  
173
  this.submit_custom_shipto = function() {
174
    $('#shipto_id').val('');
173
  this.submit_custom_shipto = function(id_selector) {
174
    id_selector = id_selector || '#shipto_id';
175
    $(id_selector).val('');
175 176
    $('#shipto_dialog').data('confirmed', true);
176 177
    $('#shipto_dialog').dialog('close');
177 178
  };

Auch abrufbar als: Unified diff