Skip to content

Commit

Permalink
Merge pull request #2524 from cabralwms/Correção-Campo-inexistente-no…
Browse files Browse the repository at this point in the history
…-banco-Lançamento-OS

Corrigindo campo que não existe.
  • Loading branch information
willph authored Aug 5, 2024
2 parents 8bfb0c6 + 8e6441e commit 52e84a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/Os.php
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,6 @@ public function faturar()
'tipo' => $this->input->post('tipo'),
'observacoes' => set_value('observacoes'),
'usuarios_id' => $this->session->userdata('id_admin'),
'os_id' => $os_id,
];

$this->db->trans_start();
Expand Down

0 comments on commit 52e84a4

Please sign in to comment.