mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 18:32:32 +01:00
Fix export pb in br
This commit is contained in:
@@ -818,7 +818,9 @@ class FormFile
|
||||
$out .= '<input type="hidden" name="page_y" value="">';
|
||||
$out .= '<input type="hidden" name="token" value="'.newToken().'">';
|
||||
|
||||
$out .= load_fiche_titre($titletoshow, '', '');
|
||||
if ($titletoshow) {
|
||||
$out .= load_fiche_titre($titletoshow, '', '');
|
||||
}
|
||||
$out .= '<div class="div-table-responsive-no-min">';
|
||||
$out .= '<table class="liste formdoc noborder centpercent">';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user