Merge branch 'fronkdev' into 'master'

added fibu_account to owner in compare script

See merge request fronk/thetool!564
This commit is contained in:
Frank Schubert
2024-08-05 19:04:20 +00:00
@@ -56,6 +56,7 @@ foreach(AddressLinkModel::search(["type" => "billing"]) as $link) {
$csv .= $origin->id.';'; $csv .= $origin->id.';';
$csv .= $origin->customer_number.';'; $csv .= $origin->customer_number.';';
$csv .= $origin->fibu_account_number.';';
$csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->company).'";'; $csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->company).'";';
$csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->firstname).'";'; $csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->firstname).'";';
$csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->lastname).'";'; $csv .= '"'.str_replace(["\n","\r","\t"], "", $origin->lastname).'";';