Atualizando Informação do título

This commit is contained in:
Kenio 2025-08-27 11:56:39 -03:00
parent 7846350ffb
commit 07c24d7426
2 changed files with 2 additions and 3 deletions

View file

@ -105,7 +105,7 @@ try{
</tbody>
<tfoot>
<tr>
<td colspan="6" class="text-right">Total de itens: <?php echo $cont;?> - Total Geral R$ <?php echo number_format($total, 2, ',', '.');?></td>
<td colspan="6" class="text-right"><b>Total de itens: <?php echo $cont;?> - Total Geral R$ <?php echo number_format($total, 2, ',', '.');?></b></td>
</tr>
</tfoot>
</table>

View file

@ -257,8 +257,7 @@ if($Main->verifyToken()){
<input type="hidden" name="TABLE" value="users" />
<input type="hidden" name="ACTION" value="users_save" />
<input type="hidden" name="FOLDER" value="action" />
<input type="hidden" name="user_id" value="<?php echo $UsersValidate->getUserId();?>" />
<input type="hidden" name="company_id" value="<?php echo ( $CompaniesValidate->getCompanyId() > 0 ? $CompaniesValidate->getCompanyId() : (isset($_SESSION['USERSCOMPANYID']) ? $_SESSION['USERSCOMPANYID'] : 0) );?>" />
<input type="hidden" name="user_id" value="<?php echo $UsersValidate->getUserId();?>" />
</form>