Update takepos.php
This commit is contained in:
parent
8b1b8bb7a3
commit
8dd64b0dc1
@ -419,9 +419,9 @@ $( document ).ready(function() {
|
|||||||
if (empty($conf->global->CASHDESK_ID_THIRDPARTY) or empty($conf->global->CASHDESK_ID_BANKACCOUNT_CASH) or empty($conf->global->CASHDESK_ID_BANKACCOUNT_CB)) {
|
if (empty($conf->global->CASHDESK_ID_THIRDPARTY) or empty($conf->global->CASHDESK_ID_BANKACCOUNT_CASH) or empty($conf->global->CASHDESK_ID_BANKACCOUNT_CB)) {
|
||||||
setEventMessages($langs->trans("ErrorModuleSetupNotComplete"), null, 'errors');
|
setEventMessages($langs->trans("ErrorModuleSetupNotComplete"), null, 'errors');
|
||||||
}
|
}
|
||||||
if (count($maincategories)==0){
|
if (count($maincategories)==0) {
|
||||||
setEventMessages($langs->trans("TakeposNeedsCategories"), null, 'errors');
|
setEventMessages($langs->trans("TakeposNeedsCategories"), null, 'errors');
|
||||||
}
|
}
|
||||||
// User menu and external TakePOS modules
|
// User menu and external TakePOS modules
|
||||||
$menus = array();
|
$menus = array();
|
||||||
$r=0;
|
$r=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user