1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Add client.number to maps

This commit is contained in:
David Bomba 2023-10-21 07:50:58 +11:00
parent 28f3de3f28
commit 4a539988f1

View File

@ -88,6 +88,7 @@ class BaseExport
protected array $client_report_keys = [
"name" => "client.name",
"number" => "client.number",
"user" => "client.user",
"assigned_user" => "client.assigned_user",
"balance" => "client.balance",