aa
This commit is contained in:
@@ -262,7 +262,6 @@ function libriInPrevendita()
|
||||
->where('DescrizioneFormato', 'brossura')
|
||||
->where('DescrizioneTipologia', 'Libri')
|
||||
->orderBy('DataPubblicazione', 'desc')
|
||||
->limit(5)
|
||||
->get();
|
||||
$sep = ' | ';
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<input type="text" id="article_id" name="id" value="21569"/>
|
||||
<br>
|
||||
<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>
|
||||
</form>
|
||||
<div id="result"></div>
|
||||
|
||||
Reference in New Issue
Block a user