Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2c62496f

Von Tamino Steinert vor 8 Monaten hinzugefügt

  • ID 2c62496f64b0fc177952277e68e58731aeda8a68
  • Vorgänger fc6a3e79
  • Nachfolger bf42cb97

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