//Changed English strings using the translationsenglish module.
This commit is contained in:
@@ -133,7 +133,7 @@ class AdminSlipControllerCore extends AdminController
|
||||
$order_slips = OrderSlip::getSlipsIdByDate(Tools::getValue('date_from'), Tools::getValue('date_to'));
|
||||
if (count($order_slips))
|
||||
Tools::redirectAdmin($this->context->link->getAdminLink('AdminPdf').'&submitAction=generateOrderSlipsPDF&date_from='.urlencode(Tools::getValue('date_from')).'&date_to='.urlencode(Tools::getValue('date_to')));
|
||||
$this->errors[] = $this->l('No order slips found for this period');
|
||||
$this->errors[] = $this->l('No order slips were found for this period.');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user