// Order slips must be generated when an invoice is available

This commit is contained in:
rGaillard
2012-09-05 14:51:42 +00:00
parent 6727a6834e
commit ea1e9f8435

View File

@@ -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' => '',