Merge pull request 'feat: refs #6403 default mobile' (!2789) from 6403-defaultMobile into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2789
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Pablo Natek 2024-07-25 10:07:06 +00:00
commit f02c7a5ada
1 changed files with 1 additions and 1 deletions

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,