Atualizando arquivos
This commit is contained in:
parent
3a8d731218
commit
5572c5e4d6
2 changed files with 2 additions and 2 deletions
|
|
@ -490,7 +490,7 @@ class CompaniesBudgetsValidate
|
|||
}
|
||||
|
||||
/** Método retorna campo clients_id */
|
||||
public function getcompanyId() : ? int
|
||||
public function getCompanyId() : ? int
|
||||
{
|
||||
|
||||
/** Retorno da informação */
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ try{
|
|||
</div>
|
||||
<div class="col-md-3 text-right mb-2">
|
||||
|
||||
<button type="button" class="btn btn-secondary btn-sm" data-toggle="collapse" href="#collapseBudgets" role="button" aria-expanded="false" aria-controls="collapseBudgets" >
|
||||
<button type="button" class="btn btn-secondary btn-sm" role="button" onclick="prepareBudget(0, '', '', '')">
|
||||
<i class="fas fa-plus-circle mr-1"></i>Cadastrar orçamento
|
||||
</button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue