Billing / generation of Invoices finished
This commit is contained in:
@@ -19,6 +19,7 @@ class InvoicepositionModel {
|
||||
public $fibu_cost_account_legacy;
|
||||
public $fibu_taxcode;
|
||||
public $billing_period;
|
||||
public $options;
|
||||
|
||||
public $create_by;
|
||||
public $edit_by;
|
||||
@@ -106,7 +107,7 @@ class InvoicepositionModel {
|
||||
$items = [];
|
||||
|
||||
if(!$order) {
|
||||
$order = "invoice_id,contract_id,start_date,matchcode ASC";
|
||||
$order = "invoice_id,contract_id,id ASC";
|
||||
}
|
||||
|
||||
$db = FronkDB::singleton();
|
||||
|
||||
Reference in New Issue
Block a user