Fixed visual bug in grouped report item

This commit is contained in:
manuel 2019-12-24 10:25:32 +01:00
parent 5c0636b074
commit 3f09d13941
1 changed files with 1 additions and 1 deletions

View File

@ -3318,7 +3318,7 @@ function print_General_list($width, $action, $idItem=null, $type='general')
case 'new':
?>
<tr id="general_template" style="" class="datos">
<td colspan="3">
<td colspan="4">
<?php
echo __('Please save the report to start adding items into the list.');
?>