Comment function

This commit is contained in:
Alexandre SPANGARO 2022-04-28 17:10:30 +02:00
parent 96e247bf89
commit f2d81f97b9

View File

@ -619,6 +619,13 @@ class Lettering extends BookKeeping
return $groups;
}
/**
* Linked payment by group
*
* @param array $payment_ids list of payment id
* @param string $type Type of bookkeeping type to lettering ('customer_invoice' or 'supplier_invoice')
* @return array|int <0 if error otherwise all linked lines by block
*/
public function getLinkedPaymentByGroup($payment_ids, $type)
{
global $langs;