aaaaa
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<th>Titolo</th>
|
||||
<th>Data Pubbl</th>
|
||||
<th>ISBN</th>
|
||||
<th>Collana</th>
|
||||
<th>Pagine</th>
|
||||
<th>Misure</th>
|
||||
<th>Rank 3 M</th>
|
||||
@@ -60,6 +61,9 @@
|
||||
|
||||
|
||||
<td>@if (isset($articolo->Ean13)){{ $articolo->Ean13 }}@endif</td>
|
||||
<td>@if (isset($articolo->DescrizioneCollana)){{ $articolo->DescrizioneCollana }}@endif
|
||||
(@if (isset($articolo->IdCollana)){{ $articolo->IdCollana }}@endif)</td>
|
||||
<td></td>
|
||||
|
||||
<td>@if (isset($articolo->Pagine)){{ $articolo->Pagine }}@endif</td>
|
||||
<td>@if (isset($articolo->misure)){{ $articolo->misure }}@endif</td>
|
||||
@@ -92,7 +96,7 @@
|
||||
@endif
|
||||
</td>
|
||||
<td>@if (isset($articolo->totFat))
|
||||
Fatt: <a href="/apimacro/public/view-fatturati-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||
Fatt: <a href="/apimacro/public/view-fatturati-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||
target="_blank">{{ $articolo->totFat }}</a>
|
||||
@endif
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user