aa
This commit is contained in:
@@ -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 = ' | ';
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user