mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
presu cliente save faja comp
This commit is contained in:
@ -582,7 +582,7 @@ class PresupuestoModel extends \App\Models\BaseModel
|
||||
}
|
||||
|
||||
// -- Faja --
|
||||
if ($data['datos_guardas'] != 0) {
|
||||
if ($data['faja'] != 0) {
|
||||
$values['faja'] = array(
|
||||
'papel_id' => intval($data['faja']['papel']),
|
||||
'gramaje' => intval($data['faja']['gramaje']),
|
||||
|
||||
Reference in New Issue
Block a user