mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-18 09:18:40 +00:00
fix tests
This commit is contained in:
parent
0727afe7fc
commit
85044c22ac
|
|
@ -126,7 +126,7 @@ class BillElement implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public int $promotion = 0;
|
public int $promotion = 0;
|
||||||
|
|
||||||
public int | Bill $bill = 0;
|
public Bill $bill;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
@ -135,6 +135,8 @@ class BillElement implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
$this->bill = new NullBill();
|
||||||
|
|
||||||
$this->singleListPriceNet = new FloatInt();
|
$this->singleListPriceNet = new FloatInt();
|
||||||
$this->singleListPriceGross = new FloatInt();
|
$this->singleListPriceGross = new FloatInt();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user