// Order slips must be generated when an invoice is available
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17194 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -215,7 +215,7 @@ class AdminOrdersControllerCore extends AdminController
|
||||
'class' => 'process-icon-standardRefund'
|
||||
);
|
||||
|
||||
if ($order->hasBeenPaid())
|
||||
if ($order->hasInvoice())
|
||||
$this->toolbar_btn['partial_refund'] = array(
|
||||
'short' => 'Create',
|
||||
'href' => '',
|
||||
|
||||
Reference in New Issue
Block a user