Atualizando saídas
This commit is contained in:
parent
d72b92c20f
commit
88ba5502aa
1 changed files with 7 additions and 5 deletions
|
|
@ -93,7 +93,7 @@ try{
|
|||
|
||||
<div class="col-sm-12">
|
||||
<br/>
|
||||
Confirmação: <?php echo $FinancialMovementsResult->user_confirmed_name;?>;?>
|
||||
Confirmação: <?php echo $FinancialMovementsResult->user_confirmed_name;?>;
|
||||
</div>
|
||||
|
||||
<?php } ?>
|
||||
|
|
@ -102,10 +102,12 @@ try{
|
|||
|
||||
</div>
|
||||
|
||||
<div class="form-group form-check">
|
||||
<input type="checkbox" class="form-check-input" id="updateValue" name="updateValue" value="S">
|
||||
<label class="form-check-label" for="updateValue">Atualizar somente o valor</label>
|
||||
</div>
|
||||
<?php if((int)$FinancialMovementsResult->movement_user_confirmed == 0){?>
|
||||
<div class="form-group form-check">
|
||||
<input type="checkbox" class="form-check-input" id="updateValue" name="updateValue" value="S">
|
||||
<label class="form-check-label" for="updateValue">Atualizar somente o valor</label>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<input type="hidden" name="financial_movements_id" value="<?php echo (int)$FinancialMovementsResult->financial_movements_id;?>"/>
|
||||
<input type="hidden" name="financial_outputs_id" value="<?php echo (int)$FinancialMovementsResult->financial_outputs_id;?>"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue