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 92044eb commit cf759ecCopy full SHA for cf759ec
app/code/Magento/Sales/Model/Order.php
@@ -1766,7 +1766,7 @@ public function getTracksCollection()
1766
/**
1767
* Check order invoices availability
1768
*
1769
- * @return bool
+ * @return int
1770
*/
1771
public function hasInvoices()
1772
{
@@ -1776,7 +1776,7 @@ public function hasInvoices()
1776
1777
* Check order shipments availability
1778
1779
1780
1781
public function hasShipments()
1782
@@ -1786,7 +1786,7 @@ public function hasShipments()
1786
1787
* Check order creditmemos availability
1788
1789
1790
1791
public function hasCreditmemos()
1792
0 commit comments