Skip to content

Commit 5822fd3

Browse files
author
Jonatan
authored
Bug fix erro na config admin
1 parent a67aadb commit 5822fd3

File tree

1 file changed

+2
-3
lines changed
  • app/code/community/Ceicom/EbitIntegration/Block/Adminhtml

1 file changed

+2
-3
lines changed

app/code/community/Ceicom/EbitIntegration/Block/Adminhtml/Pagamentos.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class Ceicom_EbitIntegration_Block_Adminhtml_Pagamentos extends Mage_Adminhtml_B
1919
protected $_itemRendererEbit;
2020
protected $_itemRendererPag;
2121

22-
public function _prepareToRender($name)
22+
public function _prepareToRender()
2323
{
24-
Mage::log($name);
24+
2525
$this->addColumn('idebit', array(
2626
'label' => Mage::helper('ceicom_ebitintegration')->__('IdEbit'),
2727
'renderer' => $this->_getRendererEbit(),
@@ -35,7 +35,6 @@ public function _prepareToRender($name)
3535

3636
$this->_addAfter = false;
3737
$this->_addButtonLabel = Mage::helper('ceicom_ebitintegration')->__('Relacionar outro');
38-
Mage::log($name);
3938

4039
}
4140

0 commit comments

Comments
 (0)