Fixed quality control checks for PR #1357

This commit is contained in:
Marcos García de La Fuente 2013-12-28 23:13:32 +01:00
parent 098e6f4560
commit c6ded35d4b

View File

@ -18,7 +18,14 @@
* 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;
@ -46,6 +53,13 @@ function payment_prepare_head($object) {
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) {
global $langs, $conf;