Skip to content

Commit 4fc0252

Browse files
committed
fix: salvataggio ordini
1 parent 0417f82 commit 4fc0252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ordini/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
</div>
177177

178178
<div class="col-md-3">
179-
{[ "type": "select", "label": "<?php echo tr('Pagamento'); ?>", "name": "idpagamento", "required": 0, "ajax-source": "pagamenti", "value": "$idpagamento$" ]}
179+
{[ "type": "select", "label": "<?php echo tr('Pagamento'); ?>", "name": "idpagamento", "required": 1, "ajax-source": "pagamenti", "value": "$idpagamento$" ]}
180180
</div>
181181
</div>
182182

0 commit comments

Comments
 (0)