Skip to content

Commit 581a206

Browse files
NeoRazorXclaude
andcommitted
feat: desmarca por defecto ciudad, provincia, código postal y país en ReportTaxes
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9e13930 commit 581a206

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

View/ReportTaxes.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<div class="col-sm-4 col-md-3 col-lg-2">
218218
<div class="form-check">
219219
<input class="form-check-input" type="checkbox" value="1" name="column_city"
220-
id="column_city" checked>
220+
id="column_city">
221221
<label class="form-check-label" for="column_city">
222222
{{ trans('city') }}
223223
</label>
@@ -226,7 +226,7 @@
226226
<div class="col-sm-4 col-md-3 col-lg-2">
227227
<div class="form-check">
228228
<input class="form-check-input" type="checkbox" value="1" name="column_province"
229-
id="column_province" checked>
229+
id="column_province">
230230
<label class="form-check-label" for="column_province">
231231
{{ trans('province') }}
232232
</label>
@@ -235,7 +235,7 @@
235235
<div class="col-sm-4 col-md-3 col-lg-2">
236236
<div class="form-check">
237237
<input class="form-check-input" type="checkbox" value="1" name="column_zip_code"
238-
id="column_zip_code" checked>
238+
id="column_zip_code">
239239
<label class="form-check-label" for="column_zip_code">
240240
{{ trans('zip-code') }}
241241
</label>
@@ -244,7 +244,7 @@
244244
<div class="col-sm-4 col-md-3 col-lg-2">
245245
<div class="form-check">
246246
<input class="form-check-input" type="checkbox" value="1" name="column_country"
247-
id="column_country" checked>
247+
id="column_country">
248248
<label class="form-check-label" for="column_country">
249249
{{ trans('country') }}
250250
</label>

0 commit comments

Comments
 (0)