Skip to content

Commit

Permalink
Corrigindo campo que não existe.
Browse files Browse the repository at this point in the history
  • Loading branch information
cabralwms committed Aug 5, 2024
1 parent 8bfb0c6 commit 8e6441e
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 8e6441e

Please sign in to comment.