added fibu_account to owner in comppare script
This commit is contained in:
@@ -56,6 +56,7 @@ foreach(AddressLinkModel::search(["type" => "billing"]) as $link) {
|
||||
|
||||
$csv .= $origin->id.';';
|
||||
$csv .= $origin->customer_number.';';
|
||||
$csv .= $origin->fibu_account_number.';';
|
||||
$csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->company).'";';
|
||||
$csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->firstname).'";';
|
||||
$csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->lastname).'";';
|
||||
|
||||
Reference in New Issue
Block a user