plf %!s(int64=3) %!d(string=hai) anos
pai
achega
e5add965a4
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/main/webapp/WEB-INF/views/modules/order/orderForm.jsp

+ 3 - 0
src/main/webapp/WEB-INF/views/modules/order/orderForm.jsp

@@ -786,7 +786,10 @@
 
     $(function () {
         setBalancePayFee();
+      var orderId = $("#orderID").val()*1;
+      if (orderId && orderId > 0){
         setFreight();
+      }
         $(".freight").val($("#freight").val());
         var tablehtml = $(".stagesTable1").html();
         var tablehtml2 = $(".stagesTable").html();