File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
app/code/core/Mage/Sales/Model Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -2133,10 +2133,20 @@ public function getInvoiceCollection()
2133
2133
}
2134
2134
2135
2135
/**
2136
- * Retrieve order shipments collection
2137
- *
2138
- * @return Mage_Sales_Model_Resource_Order_Shipment_Collection|false
2139
- */
2136
+ * Retrieve order invoices collection
2137
+ *
2138
+ * @return Mage_Sales_Model_Resource_Order_Invoice_Collection
2139
+ */
2140
+ public function getInvoicesCollection ()
2141
+ {
2142
+ return $ this ->getInvoiceCollection ();
2143
+ }
2144
+
2145
+ /**
2146
+ * Retrieve order shipments collection
2147
+ *
2148
+ * @return Mage_Sales_Model_Resource_Order_Shipment_Collection|false
2149
+ */
2140
2150
public function getShipmentsCollection ()
2141
2151
{
2142
2152
if (empty ($ this ->_shipments )) {
You can’t perform that action at this time.
0 commit comments