Skip to content

Commit

Permalink
identificativo in importazione movimenti. closes #292
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Nov 17, 2024
1 parent b842c4b commit c424667
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/resources/views/import/csvmovementsselect.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<th>{{ _i('Data') }}</th>
<th>{{ _i('Utente') }}</th>
<th>{{ _i('Fornitore') }}</th>
<th>{{ _i('Identificativo') }}</th>
<th>{{ _i('Note') }}</th>
<th>
<x-larastrap::select name="type" nprefix="skip" squeeze :options="$types" classes="triggers-all-selects csv_movement_type_select" data-target-class="csv_movement_type_select" />
Expand Down Expand Up @@ -78,6 +79,9 @@
</td>
<td>
<x-larastrap::selectobj name="target_id" npostfix="[]" squeeze :options="$suppliers" :extraitem="_i('Nessuno')" />
</td>
<td>
<x-larastrap::text name="identifier" npostfix="[]" squeeze />
</td>
<td>
<x-larastrap::text name="notes" npostfix="[]" squeeze />
Expand All @@ -91,7 +95,6 @@
<td>
{{ printablePriceCurrency($mov->amount) }}
<x-larastrap::hidden name="amount" npostfix="[]" />
<x-larastrap::hidden name="identifier" npostfix="[]" />
</td>
<td>
<x-larastrap::selectobj name="currency_id" npostfix="[]" squeeze :options="$currencies" classes="csv_movement_currency_select" />
Expand Down

0 comments on commit c424667

Please sign in to comment.