Forgot typehinting for function payment_supplier_prepare_head
This commit is contained in:
parent
c6ded35d4b
commit
9b90e93fe5
@ -60,7 +60,7 @@ function payment_prepare_head(Paiement $object) {
|
|||||||
* @param Paiement $object
|
* @param Paiement $object
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
function payment_supplier_prepare_head($object) {
|
function payment_supplier_prepare_head(Paiement $object) {
|
||||||
|
|
||||||
global $langs, $conf;
|
global $langs, $conf;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user