aa
This commit is contained in:
@@ -2323,9 +2323,11 @@ function getvalstr($mystr, $value, $separato = false)
|
|||||||
if ($mystr) {
|
if ($mystr) {
|
||||||
$my = " " . $mystr . ": " . $value;
|
$my = " " . $mystr . ": " . $value;
|
||||||
} else {
|
} else {
|
||||||
$my = $value;
|
if ($value) {
|
||||||
if (!$separato) {
|
$my = $value;
|
||||||
$my = " " . $value;
|
if (!$separato) {
|
||||||
|
$my = " " . $value;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
|
<pre>{{ print_r($ordini, true) }}</pre>
|
||||||
|
|
||||||
@foreach($ordini as $ordine)
|
@foreach($ordini as $ordine)
|
||||||
<tr>
|
<tr>
|
||||||
<td>@if (isset($ordine->progressivo)){{ $ordine->progressivo }}@endif
|
<td>@if (isset($ordine->progressivo)){{ $ordine->progressivo }}@endif
|
||||||
|
|||||||
@@ -68,10 +68,7 @@
|
|||||||
<button type="button" data-action="showDettOrdiniWeb">Dettaglio Ordini Web</button>
|
<button type="button" data-action="showDettOrdiniWeb">Dettaglio Ordini Web</button>
|
||||||
</form>
|
</form>
|
||||||
<div>
|
<div>
|
||||||
<a href="http://vps-88271abb.vps.ovh.net/apimacro/public/view-articles-fatturati" target="_blank">Articoli
|
<a href="http://vps-88271abb.vps.ovh.net/apimacro/public/view-articles-sales" target="_blank">Articoli Venduti e Fatturati</a><br>
|
||||||
Fatturati</a> -
|
|
||||||
<a href="http://vps-88271abb.vps.ovh.net/apimacro/public/view-articles-sales" target="_blank">Articoli
|
|
||||||
Ordinati</a><br>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="result"></div>
|
<div id="result"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user