Merge branch 'ent-11605-item-weekly-sla-mete-salto-de-pagina-si-el-siguiente-elemento-es-del-mismo-tipo-aunque-haya' into 'develop'

quit pagebreak pandora_enterprise#11605

See merge request artica/pandorafms!6737
This commit is contained in:
Diego Muñoz-Reja 2024-01-24 13:41:00 +00:00
commit 077252d9cb
1 changed files with 2 additions and 2 deletions

View File

@ -15969,8 +15969,8 @@ function reporting_translate_sla_status_for_graph($status)
*/
function reporting_header_table_for_pdf($title='', $description='')
{
$result_pdf = '<pagebreak>';
$result_pdf .= '<table class="header_table databox">';
// $result_pdf = '<pagebreak>';
$result_pdf = '<table class="header_table databox">';
$result_pdf .= '<thead class="header_tr"><tr>';
$result_pdf .= '<th class="th_first" colspan="2">';
$result_pdf .= $title;