mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-16 00:08:41 +00:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
parent
5d361f1668
commit
8196934c07
|
|
@ -59,9 +59,9 @@ class InvoiceElement implements \JsonSerializable
|
||||||
|
|
||||||
private $taxR = null;
|
private $taxR = null;
|
||||||
|
|
||||||
private $singlePriceGross= null;
|
private $singlePriceGross = null;
|
||||||
|
|
||||||
private $totalPriceGross= null;
|
private $totalPriceGross = null;
|
||||||
|
|
||||||
private $event = 0;
|
private $event = 0;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,9 +28,9 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
abstract class InvoiceType extends Enum
|
abstract class InvoiceType extends Enum
|
||||||
{
|
{
|
||||||
/* public */ const BILL = 1;
|
/* public */ const BILL = 1;
|
||||||
/* public */ const DELIVERY_NOTE = 2;
|
/* public */ const DELIVERY_NOTE = 2;
|
||||||
/* public */ const CREDIT_NOTE = 3;
|
/* public */ const CREDIT_NOTE = 3;
|
||||||
/* public */ const DEBIT_NOTE = 4;
|
/* public */ const DEBIT_NOTE = 4;
|
||||||
/* public */ const OFFER = 5;
|
/* public */ const OFFER = 5;
|
||||||
/* public */ const ORDER_CONFIRMATION = 6;
|
/* public */ const ORDER_CONFIRMATION = 6;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user