This commit is contained in:
paoloar77
2024-06-13 13:58:47 +02:00
parent e64ab21835
commit e9635e22a7
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
<h1>Links</h1>
<form id="articleForm">
<label for="article_id">ID Articolo:</label>
<input type="text" id="article_id" name="id" value="21569"/>
<input type="text" id="article_id" name="id" value="{{$id}}"/>
<br>
<button type="button" data-action="search">Cerca Articolo</button>
<button type="button" data-action="checkPrevendita">E' in PreVendita?</button>