mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-27 06:48:40 +00:00
General bug fixes
This commit is contained in:
parent
2d8b30919e
commit
61f6fbfba0
|
|
@ -98,7 +98,7 @@ class Invoice implements \JsonSerializable
|
|||
/**
|
||||
* Person refering for this order.
|
||||
*
|
||||
* @var \DateTime
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $referer = 0;
|
||||
|
|
@ -385,14 +385,14 @@ class Invoice implements \JsonSerializable
|
|||
return $this->insurance;
|
||||
}
|
||||
|
||||
public function setFreight(Money $freigth) /* : void */
|
||||
public function setFreight(Money $freight) /* : void */
|
||||
{
|
||||
$this->freight = $freight;
|
||||
}
|
||||
|
||||
public function getFreigth() : Money
|
||||
public function getFreight() : Money
|
||||
{
|
||||
return $this->freigth;
|
||||
return $this->freight;
|
||||
}
|
||||
|
||||
public function getNet() : Money
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class InvoiceElement implements \JsonSerializable
|
|||
|
||||
private $totalPriceNet = null;
|
||||
|
||||
private $taxP = 0;
|
||||
private $taxP = null;
|
||||
|
||||
private $taxR = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user