From de5740856ee3207ca38d5aba0a6bdef855d7cf73 Mon Sep 17 00:00:00 2001 From: guillermo Date: Fri, 19 Jul 2024 07:50:02 +0200 Subject: [PATCH] refactor: refs #7511 Changed dependences --- forms/reports/shelves/ui.xml | 2 +- rest/edi/clean.php | 2 +- rest/edi/lib/method.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forms/reports/shelves/ui.xml b/forms/reports/shelves/ui.xml index 49072a77..47215e48 100644 --- a/forms/reports/shelves/ui.xml +++ b/forms/reports/shelves/ui.xml @@ -26,7 +26,7 @@ SELECT c.id, c.name reportTitle, c.namePrefix, c.warehouse, c.family, c.shelf, c.maxAmount, c.showPacking, c.stack, it.categoryFk realm - FROM shelfConfig c + FROM shelfMultiConfig c JOIN vn.itemType it ON it.id = c.family diff --git a/rest/edi/clean.php b/rest/edi/clean.php index f19fca5d..29d02796 100644 --- a/rest/edi/clean.php +++ b/rest/edi/clean.php @@ -8,7 +8,7 @@ class Clean extends Edi\Method { $cleanPeriod = $db->getValue( "SELECT ic.cleanPeriod - FROM imapConfig ic + FROM imapMultiConfig ic JOIN util.config c ON c.environment = ic.environment"); $deleted = 0; diff --git a/rest/edi/lib/method.php b/rest/edi/lib/method.php index 0f7294d2..3f47d891 100644 --- a/rest/edi/lib/method.php +++ b/rest/edi/lib/method.php @@ -14,7 +14,7 @@ abstract class Method extends \Vn\Lib\Method { $imapConf = $db->getRow( "SELECT ic.host, ic.user, ic.pass, ic.successFolder, ic.errorFolder - FROM imapConfig ic + FROM imapMultiConfig ic JOIN util.config c ON c.environment = ic.environment"); $this->mailbox = sprintf('{%s/imap/ssl/novalidate-cert}',