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 @@ -2135,10 +2135,20 @@ public function getInvoiceCollection()
2135
2135
}
2136
2136
2137
2137
/**
2138
- * Retrieve order shipments collection
2139
- *
2140
- * @return Mage_Sales_Model_Resource_Order_Shipment_Collection|false
2141
- */
2138
+ * Retrieve order invoices collection
2139
+ *
2140
+ * @return Mage_Sales_Model_Resource_Order_Invoice_Collection
2141
+ */
2142
+ public function getInvoicesCollection ()
2143
+ {
2144
+ return $ this ->getInvoiceCollection ();
2145
+ }
2146
+
2147
+ /**
2148
+ * Retrieve order shipments collection
2149
+ *
2150
+ * @return Mage_Sales_Model_Resource_Order_Shipment_Collection|false
2151
+ */
2142
2152
public function getShipmentsCollection ()
2143
2153
{
2144
2154
if (empty ($ this ->_shipments )) {
You can’t perform that action at this time.
0 commit comments