Add comment on return value for compute. #744
This commit is contained in:
parent
2f3a77e96d
commit
54c49eb8c5
1 changed files with 1 additions and 0 deletions
|
|
@ -11,5 +11,6 @@ interface InvoiceRuleInterface
|
|||
public function validateInvoiceItems($criteria, $invoice_items);
|
||||
|
||||
// compute
|
||||
// this returns an array of items or empty array
|
||||
public function compute($criteria, &$total);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue