mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
Adding a second phone number to thirdparty entity
This commit is contained in:
@@ -42,6 +42,7 @@ class ThirdPartyRepository implements ObjectRepository
|
||||
parent.name AS name,
|
||||
parent.profession AS profession,
|
||||
parent.telephone AS telephone,
|
||||
parent.telephone2 AS telephone2,
|
||||
parent.email AS email,
|
||||
CONCAT_WS(' ', parent_address.street, parent_address.streetnumber, parent_postal.code, parent_postal.label) AS address,
|
||||
parent.comment AS comment,
|
||||
@@ -55,6 +56,7 @@ class ThirdPartyRepository implements ObjectRepository
|
||||
contact.name AS contact_name,
|
||||
contact.firstname AS contact_firstname,
|
||||
contact.telephone AS contact_phone,
|
||||
contact.telephone2 AS contact_phone2,
|
||||
contact.email AS contact_email,
|
||||
contact.profession AS contact_profession,
|
||||
CONCAT_WS(' ', contact_address.street, contact_address.streetnumber, contact_postal.code, contact_postal.label) AS contact_address
|
||||
|
Reference in New Issue
Block a user