Fix minore

This commit is contained in:
Pek5892 2023-04-06 13:05:34 +02:00
parent 8047ccda8f
commit 177e9db94b
1 changed files with 1 additions and 1 deletions

View File

@ -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_!', [