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