Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-05 12:52:58 +00:00
parent 991e1b2747
commit f537ae60b6
4 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ if ($id > 0 || !empty($ref)) {
$upload_dir = $conf->bank->dir_output . "/".$id."/statement/" . dol_sanitizeFileName($num); $upload_dir = $conf->bank->dir_output . "/".$id."/statement/" . dol_sanitizeFileName($num);
// Onglets // Onglets
$head = account_statement_prepare_head($object,$num); $head = account_statement_prepare_head($object, $num);
dol_fiche_head($head, 'document', $langs->trans("FinancialAccount"), -1, 'account'); dol_fiche_head($head, 'document', $langs->trans("FinancialAccount"), -1, 'account');

View File

@ -362,7 +362,7 @@ else
*/ */
// Onglets // Onglets
$head=account_statement_prepare_head($object,$numref); $head=account_statement_prepare_head($object, $numref);
dol_fiche_head($head, 'statement', $langs->trans("FinancialAccount"), 0, 'account'); dol_fiche_head($head, 'statement', $langs->trans("FinancialAccount"), 0, 'account');

View File

@ -165,7 +165,7 @@ function bank_admin_prepare_head($object)
* @param Object $num val to account statement * @param Object $num val to account statement
* @return array Array of tabs to shoc * @return array Array of tabs to shoc
*/ */
function account_statement_prepare_head($object,$num) function account_statement_prepare_head($object, $num)
{ {
global $langs, $conf, $user,$db; global $langs, $conf, $user,$db;
$h = 0; $h = 0;

View File

@ -120,5 +120,5 @@ $formfile->list_of_documents(
print "<br>"; print "<br>";
//List of links //List of links
$formfile->listOfLinks($object, $permission, $action, GETPOST('linkid', 'int'), $param,$relativepathwithnofile); $formfile->listOfLinks($object, $permission, $action, GETPOST('linkid', 'int'), $param, $relativepathwithnofile);
print "<br>"; print "<br>";