Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 21bd3126

Von Tamino Steinert vor 6 Tagen hinzugefügt

  • ID 21bd312623f4a459729dd6a16e743aa0658ad48c
  • Vorgänger 29b647a4
  • Nachfolger 8febb33c

Reclamation: JS: entferne log-Einträge

Unterschiede anzeigen:

js/kivi.Reclamation.js
732 732
      const warn_on_reqdate    = save_params.warn_on_reqdate;
733 733
      const form_params        = save_params.form_params;
734 734

  
735

  
736
      console.log(form_params)
737
      console.log(Array.isArray(form_params))
738 735
      if (action)
739 736
        save_params_string += `'action':'${action}',`;
740 737
      if (warn_on_duplicates)
......
753 750
    }
754 751
    save_params_string += '}';
755 752

  
756
    console.log(save_params_string);
757

  
758 753
    var text1 = kivi.t8('You have entered or selected the following shipping address for this customer:');
759 754
    var text2 = kivi.t8('Do you want to carry this shipping address over to the new purchase reclamation so that the vendor can deliver the goods directly to your customer?');
760 755
    var html  = '<div id="direct-delivery-dialog"><p>' + text1 + '</p><p>' + shipto + '</p><p>' + text2 + '</p>';

Auch abrufbar als: Unified diff