8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 7715a50724 - Show all commits

View File

@ -0,0 +1,4 @@
-- Place your SQL code here
ALTER TABLE vn.priceDelta ADD IF NOT EXISTS isHidden BOOL
DEFAULT FALSE NOT NULL
COMMENT 'Hides the itemType when building de catalog recordset';

View File

@ -167,7 +167,7 @@ module.exports = Self => {
}
smtp.send({
to: config.app.reportEmail,
to: 'administracion@verdnatura.es', // #8687
subject: '[API] Nightly ticket closure report',
html: body,
}).catch(err => console.error(err));