Skip to content

Commit e608fc0

Browse files
authored
ENGCOM-6850: Removed unnecessary function argument #26771
2 parents 29b1902 + 7f1b4f7 commit e608fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ public function canEdit()
858858
*/
859859
public function canReorder()
860860
{
861-
return $this->_canReorder(false);
861+
return $this->_canReorder();
862862
}
863863

864864
/**

0 commit comments

Comments
 (0)