Public Member Functions | |
collect (Mage_Sales_Model_Order_Invoice $invoice) |
Definition at line 28 of file Grand.php.
collect | ( | Mage_Sales_Model_Order_Invoice $ | invoice | ) |
Check order grand total and invoice amounts
Reimplemented from Mage_Sales_Model_Order_Invoice_Total_Abstract.
Definition at line 30 of file Grand.php.
00031 { 00032 /** 00033 * Check order grand total and invoice amounts 00034 */ 00035 if ($invoice->isLast()) { 00036 // 00037 } 00038 return $this; 00039 }