lvhao преди 6 месеца
родител
ревизия
22504d8775
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      template/erp/systemprint.html

+ 0 - 1
template/erp/systemprint.html

@@ -123,7 +123,6 @@ window.onload = function() {
     setTimeout(function(){ wprinter.printer()},1000);
     setTimeout(function(){
         let h = $("select[name='printer']").html()
-        alert(h)
         $("select[name='fp_printer']").html(h)
     },1100)
 };