#4226-remove-density #1066

Merged
joan merged 5 commits from #4226-remove-density into dev 2022-10-03 07:42:08 +00:00
1 changed files with 37 additions and 25 deletions
Showing only changes of commit f0a9441e1f - Show all commits

View File

@ -66,12 +66,24 @@
</th> </th>
<th number field="itemFk">Id</th> <th number field="itemFk">Id</th>
<th number field="ticketFk">Ticket</th> <th number field="ticketFk">Ticket</th>
<th field="claimDestinationFk">Destination</th> <th field="claimDestinationFk">
<th expand field="landed">Landed</th> <span translate>Destination</span>
<th number field="quantity">Quantity</th> </th>
<th field="concept">Description</th> <th expand field="landed">
<th number field="price">Price</th> <span translate>Landed</span>
<th number field="discount">Disc.</th> </th>
<th number field="quantity">
<span translate>Quantity</span>
</th>
<th field="concept">
<span translate>Description</span>
</th>
<th number field="price">
<span translate>Price</span>
</th>
<th number field="discount">
<span translate>Disc.</span>
</th>
<th number field="total">Total</th> <th number field="total">Total</th>
</tr> </tr>
</thead> </thead>