close #2008 Fixed: When creating an item, both the sale price and the purchase price must be required.

This commit is contained in:
Cüneyt Şentürk 2021-04-27 17:14:34 +03:00
parent 246a6f4448
commit 567496e564

View File

@ -76,6 +76,10 @@ class Money
logger($e->getMessage());
$amount = 0;
if ($money_format === null) {
$amount = $money_format;
}
}
return $amount;