//missing code
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13508 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -197,11 +197,12 @@ class OrderDetailCore extends ObjectModel
|
||||
'download_hash' => array(),
|
||||
'download_deadline' => array()
|
||||
),
|
||||
'hidden_fields' => array('tax_rate', 'tax_name'),
|
||||
'associations' => array(
|
||||
'taxes' => array('resource' => 'tax', 'getter' => 'getWsTaxes', 'setter' => false,
|
||||
'fields' => array('id' => array()),
|
||||
'fields' => array('id' => array(), ),
|
||||
),
|
||||
));
|
||||
));
|
||||
|
||||
/** @var bool */
|
||||
protected $outOfStock = false;
|
||||
|
||||
Reference in New Issue
Block a user