feat: refs #7273 refs#7273 driverRouteEmail
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-11-29 06:48:59 +01:00
parent 60aa4cc950
commit 4a61b5b9fe
3 changed files with 3 additions and 3 deletions

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": {