// Removing undefined function
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9491 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -167,7 +167,7 @@ class AdminOrdersStates extends AdminTab
|
||||
</p>
|
||||
</div>
|
||||
<div class="margin-form">
|
||||
<p>'.elog($this->getFieldValue($obj, 'shipped')).'
|
||||
<p>
|
||||
<input type="checkbox" style="vertical-align: text-bottom;" name="shipped"'.(($this->getFieldValue($obj, 'shipped') == 1) ? ' checked="checked"' : '').' id="shipped_on" value="1" />
|
||||
<label class="t" for="shipped_on"> '.$this->l('Set order as shipped').'</label>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user