Selaa lähdekoodia

Merge branch 'develop' into develop2

hu 1 vuosi sitten
vanhempi
commit
41ac126513
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      src/custom/restcontroller/sale/cashbill/cashbill.java

+ 0 - 5
src/custom/restcontroller/sale/cashbill/cashbill.java

@@ -140,11 +140,6 @@ public class cashbill extends Controller {
                     iserr = true;
                     msg = msg + "【账户名称为空】";
 
-                }
-                if (StringUtils.isEmpty(row.getString("accountname"))) {
-                    iserr = true;
-                    msg = msg + "【账户名称为空】";
-
                 }
                 if (!isValidFormat(row.getString("period"))) {
                     iserr = true;