mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 17:27:29 +01:00
Fix minore
This commit is contained in:
parent
8047ccda8f
commit
177e9db94b
@ -50,7 +50,7 @@ switch (post('op')) {
|
||||
$id_record = $preventivo->id;
|
||||
|
||||
if (isAjaxRequest()) {
|
||||
echo json_encode(['id' => $id_record, 'text' => 'Contratto '.$preventivo->numero.' del '.dateFormat($preventivo->data_bozza).' - '.$preventivo->nome]);
|
||||
echo json_encode(['id' => $id_record, 'text' => 'Preventivo '.$preventivo->numero.' del '.dateFormat($preventivo->data_bozza).' - '.$preventivo->nome]);
|
||||
}
|
||||
|
||||
flash()->info(tr('Aggiunto preventivo numero _NUM_!', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user