Save logisitic queue name in configuration
This commit is contained in:
parent
76b26ac6b4
commit
7699f86acd
@ -332,10 +332,10 @@ class Logistics extends Module
|
||||
Configuration::updateValue('MONDIALRELAYWS_FTP_LOGIN', Tools::getValue('mondialrelay_ftp_login'));
|
||||
Configuration::updateValue('MONDIALRELAYWS_FTP_PASSWORD', Tools::getValue('mondialrelay_ftp_password'));
|
||||
|
||||
|
||||
// foreach(Tools::getValue('employee', array()) as $id_employee => $queue) {
|
||||
// Configuration::updateValue('LOGISTICS_QUEUE_'.(int) $id_employee, $queue);
|
||||
// }
|
||||
// Set print queue - employe : name
|
||||
foreach (Tools::getValue('employee', array()) as $id_employee => $queue) {
|
||||
Configuration::updateValue('LOGISTICS_QUEUE_'.(int)$id_employee, $queue);
|
||||
}
|
||||
|
||||
$lock = array();
|
||||
foreach (explode(', ', Tools::getValue('lock_products')) as $item) {
|
||||
|
Loading…
Reference in New Issue
Block a user