mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 22:03:18 +01:00
Allineata istruzione per salvataggio descrizione
This commit is contained in:
parent
249c1a50f8
commit
1ef5b2d087
@ -12,7 +12,7 @@ abstract class Description extends Model
|
||||
|
||||
if (!$bypass) {
|
||||
static::addGlobalScope('descriptions', function (Builder $builder) {
|
||||
$builder->where('is_descrizione', '=', 0);
|
||||
$builder->where('is_descrizione', '=', 1);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -638,11 +638,11 @@ switch (post('op')) {
|
||||
|
||||
$riga->descrizione = post('descrizione');
|
||||
|
||||
$riga->save();
|
||||
|
||||
if (post('idriga') != null) {
|
||||
$dbo->update('co_righe_documenti', ['descrizione' => $riga->descrizione], ['id' => post('idriga')]);
|
||||
flash()->info(tr('Riga descrittiva modificata!'));
|
||||
} else {
|
||||
$riga->save();
|
||||
flash()->info(tr('Riga descrittiva aggiunta!'));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user