[*] BO #PSFV-94 : Added AdminDeliverySlipController
This commit is contained in:
@@ -49,6 +49,12 @@ class HelperFormCore extends Helper
|
||||
*/
|
||||
public $submit_action = '';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
* Usage : Set the value to true if you want to simply remove the back button
|
||||
*/
|
||||
public $no_back = false;
|
||||
|
||||
public $token;
|
||||
|
||||
public $languages = null;
|
||||
@@ -80,6 +86,7 @@ class HelperFormCore extends Helper
|
||||
'allowEmployeeFormLang' => $this->allow_employee_form_lang,
|
||||
'form_id' => $this->id,
|
||||
'back' => Tools::getValue('back'),
|
||||
'no_back' => $this->no_back,
|
||||
'fields' => $this->fields_form,
|
||||
'fields_value' => $this->fields_value,
|
||||
'required_fields' => $this->getFieldsRequired(),
|
||||
|
||||
Reference in New Issue
Block a user