Show billing address name in Bestellungen
This commit is contained in:
@@ -286,7 +286,7 @@ LEFT JOIN LATERAL (
|
||||
a.country_name
|
||||
FROM address a
|
||||
WHERE a.party_id = so.party_id
|
||||
AND a.type = 'shipping'
|
||||
AND a.type = 'billing'
|
||||
ORDER BY a.id DESC
|
||||
LIMIT 1
|
||||
) ad ON TRUE
|
||||
|
||||
Reference in New Issue
Block a user