Added source to SyncToFibumerge

This commit is contained in:
Frank Schubert
2024-01-17 18:00:53 +01:00
parent c5ee7faae1
commit d6477a9452
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ class Address extends mfBaseModel {
if(!$fibumerge) {
// create fibu merge
$fibumerge = XinonFibuMergeModel::create([
"source" => "t",
"old_custnum" => $this->customer_number,
"new_custnum" => $this->fibu_account_number,
"name" => ($this->company) ? $this->company : $this->lastname,

View File

@@ -1,7 +1,7 @@
<?php
class XinonFibuMergeModel {
public $source;
public $old_custnum;
public $new_custnum;
public $name;