Fixed quality control checks for PR #1357
This commit is contained in:
parent
098e6f4560
commit
c6ded35d4b
@ -18,7 +18,14 @@
|
|||||||
* or see http://www.gnu.org/
|
* or see http://www.gnu.org/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function payment_prepare_head($object) {
|
/**
|
||||||
|
* Returns an array with the tabs for the "Payment" section
|
||||||
|
* It loads tabs from modules looking for the entity payment
|
||||||
|
*
|
||||||
|
* @param Paiement $object
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
function payment_prepare_head(Paiement $object) {
|
||||||
|
|
||||||
global $langs, $conf;
|
global $langs, $conf;
|
||||||
|
|
||||||
@ -46,6 +53,13 @@ function payment_prepare_head($object) {
|
|||||||
return $head;
|
return $head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an array with the tabs for the "Supplier payment" section
|
||||||
|
* It loads tabs from modules looking for the entity payment_supplier
|
||||||
|
*
|
||||||
|
* @param Paiement $object
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
function payment_supplier_prepare_head($object) {
|
function payment_supplier_prepare_head($object) {
|
||||||
|
|
||||||
global $langs, $conf;
|
global $langs, $conf;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user