feat: refs #6403 default mobile #2789

Merged
pablone merged 1 commits from 6403-defaultMobile into master 2024-07-25 10:07:07 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 81120df4e4 - Show all commits

View File

@ -47,7 +47,7 @@ module.exports = Self => {
co.code countryCode,
c.fi,
c.name clientName,
a.mobile,
IFNULL(a.mobile, c.mobile) mobile,
DATE_FORMAT(t.shipped, '%d/%m/%Y') created,
t.shipped,
CONCAT( e.ticketFk, LPAD(e.counter, mc.counterWidth, '0')) reference,