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