Added Sepa Mandats stuff
This commit is contained in:
@@ -382,6 +382,9 @@ XINON GmbH";
|
||||
$invoice_data["billingaddress_id"] = $billingaddress_id;
|
||||
$invoice_data["customer_number"] = $bill->customer_number;
|
||||
$invoice_data["fibu_account_number"] = $bill->fibu_account_number;
|
||||
$invoice_data["sepa_date"] = $bill->sepa_date;
|
||||
$invoice_data["sepa_id"] = $bill->sepa_id;
|
||||
$invoice_data["sepa_last_date"] = $bill->sepa_last_date;
|
||||
|
||||
$invoice_data["company"] = $bill->company;
|
||||
$invoice_data["firstname"] = $bill->firstname;
|
||||
|
||||
@@ -7,6 +7,9 @@ class InvoiceModel {
|
||||
public $billingaddress_id;
|
||||
public $customer_number;
|
||||
public $fibu_account_number;
|
||||
public $sepa_date;
|
||||
public $sepa_id;
|
||||
public $sepa_last_date;
|
||||
public $fibu_cost_area;
|
||||
public $fibu_cost_account;
|
||||
public $fibu_cost_account_legacy;
|
||||
|
||||
Reference in New Issue
Block a user