Merge remote-tracking branch 'origin/bankStatementDocument' into bankStatementDocument

This commit is contained in:
Nicolas 2019-11-06 20:51:17 +01:00
commit f18bca7687
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);
// 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');

View File

@ -362,7 +362,7 @@ else
*/
// 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');

View File

@ -165,7 +165,7 @@ function bank_admin_prepare_head($object)
* @param Object $num val to account statement
* @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;
$h = 0;

View File

@ -120,5 +120,5 @@ $formfile->list_of_documents(
print "<br>";
//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>";