Compare commits

...

2 Commits

Author SHA1 Message Date
lihao 57b39de9a2 Merge remote-tracking branch 'origin/master' 2025-03-10 11:29:21 +08:00
lihao 7f4c2735c4 收款单原币金额为0,本币可以编辑且单据保存 2025-03-10 11:02:19 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class GatheringbillSaveBatchBSAction extends BillInsertBatchBSAction {
this.validatorCode.add(8); this.validatorCode.add(8);
this.validatorCode.add(24); this.validatorCode.add(24);
this.validatorCode.add(28); this.validatorCode.add(28);
this.validatorCode.add(44); // this.validatorCode.add(44);
this.validatorCode.add(46); this.validatorCode.add(46);
this.validatorCode.add(31); this.validatorCode.add(31);
this.validatorCode.add(36); this.validatorCode.add(36);