// Fix supply order change state save button

This commit is contained in:
Jerome Nadaud
2013-10-03 11:49:16 +02:00
parent f2e39488b6
commit 3585bf33c8
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
class HelperCore
{
public $currentIndex;
public $table;
public $table = 'configuration';
public $identifier;
public $token;
public $toolbar_btn;
-2
View File
@@ -37,8 +37,6 @@ class HelperFormCore extends Helper
/** @var array values of form fields */
public $fields_value = array();
public $table = 'configuration';
public $name_controller = '';
/** @var string if not null, a title will be added on that list */