Add source to invoice criteria. Modify invoice rules to get service fees from... #1701
1 changed files with 1 additions and 0 deletions
|
|
@ -11,5 +11,6 @@ interface InvoiceRuleInterface
|
||||||
public function validateInvoiceItems($criteria, $invoice_items);
|
public function validateInvoiceItems($criteria, $invoice_items);
|
||||||
|
|
||||||
// compute
|
// compute
|
||||||
|
// this returns an array of items or empty array
|
||||||
public function compute($criteria, &$total);
|
public function compute($criteria, &$total);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue