Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/code/Magento/Sales/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ public function getTracksCollection()
/**
* Check order invoices availability
*
* @return bool
* @return int
*/
public function hasInvoices()
{
Expand All @@ -1793,7 +1793,7 @@ public function hasInvoices()
/**
* Check order shipments availability
*
* @return bool
* @return int
*/
public function hasShipments()
{
Expand All @@ -1803,7 +1803,7 @@ public function hasShipments()
/**
* Check order creditmemos availability
*
* @return bool
* @return int
*/
public function hasCreditmemos()
{
Expand Down