// change image for partial and standard refund

[-] BO : fixed bug on updating of document table when adding a product

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11859 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2011-12-28 15:40:03 +00:00
parent 8e36d7d247
commit 5a8ad9cb1d
5 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -119,13 +119,13 @@ class AdminOrdersControllerCore extends AdminController
'short' => 'Create',
'href' => '',
'desc' => $type,
'class' => 'process-icon-new standard_refund'
'class' => 'process-icon-standardRefund'
);
$this->toolbar_btn['partial_refund'] = array(
'short' => 'Create',
'href' => '',
'desc' => $this->l('Partial refund'),
'class' => 'process-icon-new partial_refund'
'class' => 'process-icon-partialRefund'
);
}
return parent::initToolbar();
@@ -1379,7 +1379,7 @@ class AdminOrdersControllerCore extends AdminController
'invoices_collection' => $invoice_collection,
'current_id_lang' => Context::getContext()->language->id,
'link' => Context::getContext()->link,
'current_index' => self::$currentIndex
'currentIndex' => self::$currentIndex
));
die(Tools::jsonEncode(array(