Skip to content

Commit dc21428

Browse files
author
Cari Spruiell
committed
MAGETWO-49097: Staging. Shopping Cart Price Rules. Builds stabilization
- fix static test failures
1 parent b587cfc commit dc21428

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Actions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ protected function _prepareForm()
133133
return parent::_prepareForm();
134134
}
135135

136-
137136
/**
138137
* Handles addition of actions tab to supplied form.
139138
*

app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Labels.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function __construct(
3333
parent::__construct($context, $registry, $formFactory, $data);
3434
}
3535

36-
3736
/**
3837
* @var string
3938
*/
@@ -117,7 +116,6 @@ protected function _prepareForm()
117116
$rule->load($id);
118117
}
119118

120-
121119
/** @var \Magento\Framework\Data\Form $form */
122120
$form = $this->_formFactory->create();
123121
$form->setHtmlIdPrefix('rule_');

0 commit comments

Comments
 (0)