Skip to content

Commit 7986ed6

Browse files
author
madhu-ranosys
committed
Fixed static tests
1 parent 8c2159c commit 7986ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,8 @@ public function getTotalDue()
18221822
*
18231823
* @return float|null
18241824
*/
1825-
public function getTotalDueCancelLabel() {
1825+
public function getTotalDueCancelLabel()
1826+
{
18261827
$itemCancel = true;
18271828
foreach ($this->getAllItems() as $item) {
18281829
if ($item->getQtyCanceled() > 0) {

0 commit comments

Comments
 (0)