7273-driverRouteEmail #3259

Open
sergiodt wants to merge 3 commits from 7273-driverRouteEmail into dev
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 4a61b5b9fe - Show all commits

View File

@ -317,7 +317,7 @@ UPDATE `vn`.`agencyMode` SET `description` = 'Gotham247Expensive' WHERE `id` = 8
UPDATE `vn`.`agencyMode` SET `description` = 'Other agency' WHERE `id` = 10;
UPDATE `vn`.`agencyMode` SET `description` = 'Refund' WHERE `id` = 23;
UPDATE `vn`.`agencyMode` SET `web` = 1, `reportMail` = 'no-reply@gothamcity.com';
UPDATE `vn`.`agencyMode` SET `web` = 1, `reportMail__` = 'no-reply@gothamcity.com';
UPDATE `vn`.`agencyMode` SET `code` = 'refund' WHERE `id` = 23;

View File

@ -10,7 +10,7 @@ AS SELECT `am`.`id` AS `Id_Agencia`,
`am`.`agencyFk` AS `agency_id`,
`am`.`inflation` AS `inflacion`,
`am`.`isVolumetric` AS `is_volumetric`,
`am`.`reportMail` AS `send_mail`,
`am`.`reportMail__` AS `send_mail`,
`am`.`isActive` AS `tpv`,
`am`.`code` AS `code`,
`am`.`isRiskFree` AS `isRiskFree`

View File

@ -29,7 +29,7 @@
"inflation": {
"type": "number"
},
"reportMail": {
"reportMail__": {
"type": "string"
},
"isActive": {