mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 11:24:31 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
782e2b7fdf
commit
0f3ba9b6a8
19 changed files with 109 additions and 139 deletions
|
@ -121,11 +121,11 @@ class Pricedetail extends DBElement
|
|||
$price = ($this->price * $multiplier) / $this->price_related_quantity;
|
||||
|
||||
if ($as_money_string) {
|
||||
throw new \Exception("Not implemented yet...");
|
||||
throw new \Exception('Not implemented yet...');
|
||||
//return floatToMoneyString($price);
|
||||
} else {
|
||||
return $price;
|
||||
}
|
||||
|
||||
return $price;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue