parent
687fa75c65
commit
404b0007b1
|
@ -2929,7 +2929,6 @@ public class PassiveWarehouseReceiptToC extends PluginBaseEntity {
|
||||||
if (merchantDiscounts == null || "".equals(merchantDiscounts.trim())) {
|
if (merchantDiscounts == null || "".equals(merchantDiscounts.trim())) {
|
||||||
merchantDiscounts = "0";
|
merchantDiscounts = "0";
|
||||||
}
|
}
|
||||||
//git
|
|
||||||
if (expertDiscounts == null || "".equals(expertDiscounts.trim())) {
|
if (expertDiscounts == null || "".equals(expertDiscounts.trim())) {
|
||||||
expertDiscounts = "0";
|
expertDiscounts = "0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue