Skip to content

Commit 40b10b1

Browse files
fix: minore modifica danno automezzi
1 parent 4bb1042 commit 40b10b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/automezzi_danni/modals/manage_danno.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{[ "type": "date", "label": "'.tr('Data').'", "name": "data", "required": 1, "value": "-now-", "data-edit-value": "'.($record['data'] ?? '').'" ]}
4949
</div>
5050
<div class="col-md-8">
51-
{[ "type": "text", "label": "'.tr('Luogo').'", "name": "luogo", "required": 1, "value": "'.($record['dove'] ?? '').'" ]}
51+
{[ "type": "text", "label": "'.tr('Luogo').'", "name": "luogo", "required": 1, "value": "'.($record['luogo'] ?? '').'" ]}
5252
</div>
5353
</div>
5454

0 commit comments

Comments
 (0)