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 a021f0f commit 3a4a238Copy full SHA for 3a4a238
app/code/Magento/Sales/Model/Order.php
@@ -1783,7 +1783,7 @@ public function getTracksCollection()
1783
/**
1784
* Check order invoices availability
1785
*
1786
- * @return bool
+ * @return int
1787
*/
1788
public function hasInvoices()
1789
{
@@ -1793,7 +1793,7 @@ public function hasInvoices()
1793
1794
* Check order shipments availability
1795
1796
1797
1798
public function hasShipments()
1799
@@ -1803,7 +1803,7 @@ public function hasShipments()
1803
1804
* Check order creditmemos availability
1805
1806
1807
1808
public function hasCreditmemos()
1809
0 commit comments