|
|
@@ -495,9 +495,9 @@ public class ficashbill extends PaoCust {
|
|
|
throw new P2AppException("", "金额不可小于0");
|
|
|
}
|
|
|
}
|
|
|
- if (getDouble(fieldname) == 0) {
|
|
|
- throw new P2AppException("", "金额不可等于0");
|
|
|
- }
|
|
|
+// if (getDouble(fieldname) == 0) {
|
|
|
+// throw new P2AppException("", "金额不可等于0");
|
|
|
+// }
|
|
|
if (getName().equalsIgnoreCase(getString("fsourceobject"))) {
|
|
|
if (getDouble(fieldname) >= 0) {
|
|
|
throw new P2AppException("", "对冲凭证必须为负数");
|