7273-driverRouteEmail #3259
|
@ -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` = 'Other agency' WHERE `id` = 10;
|
||||||
UPDATE `vn`.`agencyMode` SET `description` = 'Refund' WHERE `id` = 23;
|
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;
|
UPDATE `vn`.`agencyMode` SET `code` = 'refund' WHERE `id` = 23;
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ AS SELECT `am`.`id` AS `Id_Agencia`,
|
||||||
`am`.`agencyFk` AS `agency_id`,
|
`am`.`agencyFk` AS `agency_id`,
|
||||||
`am`.`inflation` AS `inflacion`,
|
`am`.`inflation` AS `inflacion`,
|
||||||
`am`.`isVolumetric` AS `is_volumetric`,
|
`am`.`isVolumetric` AS `is_volumetric`,
|
||||||
`am`.`reportMail` AS `send_mail`,
|
`am`.`reportMail__` AS `send_mail`,
|
||||||
`am`.`isActive` AS `tpv`,
|
`am`.`isActive` AS `tpv`,
|
||||||
`am`.`code` AS `code`,
|
`am`.`code` AS `code`,
|
||||||
`am`.`isRiskFree` AS `isRiskFree`
|
`am`.`isRiskFree` AS `isRiskFree`
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"inflation": {
|
"inflation": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
"reportMail": {
|
"reportMail__": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"isActive": {
|
"isActive": {
|
||||||
|
|
Loading…
Reference in New Issue