// AdminProducts informations fix, saveAndStay fix,

[+] BO : if json, ajax-layout.tpl can generate json with conf, _errors, warnings, informations and page var
// HelpAccess improvement
// now Product does not require quantity anymore
This commit is contained in:
mMarinetti
2011-11-21 19:26:30 +00:00
parent 551b747210
commit 71b182976e
12 changed files with 316 additions and 190 deletions
+2
View File
@@ -69,6 +69,8 @@ abstract class ControllerCore
* @var bool If ajax parameter is detected in request, set this flag to true
*/
protected $ajax = false;
protected $json = false;
protected $status = '';
protected $redirect_after = null;
/**