This commit is contained in:
paoloar77
2024-05-21 01:19:56 +02:00
parent b08ba09c78
commit e44cec7aa3
2 changed files with 1 additions and 2 deletions

View File

@@ -262,7 +262,6 @@ function libriInPrevendita()
->where('DescrizioneFormato', 'brossura') ->where('DescrizioneFormato', 'brossura')
->where('DescrizioneTipologia', 'Libri') ->where('DescrizioneTipologia', 'Libri')
->orderBy('DataPubblicazione', 'desc') ->orderBy('DataPubblicazione', 'desc')
->limit(5)
->get(); ->get();
$sep = ' | '; $sep = ' | ';

View File

@@ -39,7 +39,7 @@
<input type="text" id="article_id" name="id" value="21569"/> <input type="text" id="article_id" name="id" value="21569"/>
<br> <br>
<button type="button" data-action="search">Cerca Articolo</button> <button type="button" data-action="search">Cerca Articolo</button>
<button type="button" data-action="checkPreOrder">E' in PreVendita?</button><br> <button type="button" data-action="checkPrevendita">E' in PreVendita?</button><br>
<button type="button" data-action="inprevendita">Libri in Prevendita</button> <button type="button" data-action="inprevendita">Libri in Prevendita</button>
</form> </form>
<div id="result"></div> <div id="result"></div>