We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67aadb commit 5822fd3Copy full SHA for 5822fd3
app/code/community/Ceicom/EbitIntegration/Block/Adminhtml/Pagamentos.php
@@ -19,9 +19,9 @@ class Ceicom_EbitIntegration_Block_Adminhtml_Pagamentos extends Mage_Adminhtml_B
19
protected $_itemRendererEbit;
20
protected $_itemRendererPag;
21
22
- public function _prepareToRender($name)
+ public function _prepareToRender()
23
{
24
- Mage::log($name);
+
25
$this->addColumn('idebit', array(
26
'label' => Mage::helper('ceicom_ebitintegration')->__('IdEbit'),
27
'renderer' => $this->_getRendererEbit(),
@@ -35,7 +35,6 @@ public function _prepareToRender($name)
35
36
$this->_addAfter = false;
37
$this->_addButtonLabel = Mage::helper('ceicom_ebitintegration')->__('Relacionar outro');
38
39
40
}
41
0 commit comments