Eliminar script::type

This commit is contained in:
Juan Pablo Vial
2025-05-15 16:04:35 -04:00
parent 03317b3aa5
commit 331d004040
24 changed files with 24 additions and 24 deletions

View File

@ -29,7 +29,7 @@
@endsection
@push('page_scripts')
<script type="text/javascript">
<script>
const editVenta = {
getMonthsList() {
const formatter = new Intl.DateTimeFormat('es-CL', {month: 'long'})