Atualizando Informação do título
This commit is contained in:
parent
7846350ffb
commit
07c24d7426
2 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
3
vendor/view/users/users_form.php
vendored
3
vendor/view/users/users_form.php
vendored
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue