close #2008 Fixed: When creating an item, both the sale price and the purchase price must be required.
This commit is contained in:
parent
246a6f4448
commit
567496e564
@ -76,6 +76,10 @@ class Money
|
||||
logger($e->getMessage());
|
||||
|
||||
$amount = 0;
|
||||
|
||||
if ($money_format === null) {
|
||||
$amount = $money_format;
|
||||
}
|
||||
}
|
||||
|
||||
return $amount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user