mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Show minimum order amount in extended part info tab.
This commit is contained in:
parent
33a5243cbe
commit
b14edfc3bd
1 changed files with 5 additions and 0 deletions
|
@ -21,5 +21,10 @@
|
||||||
<td>{% trans %}part.isFavorite{% endtrans %}</td>
|
<td>{% trans %}part.isFavorite{% endtrans %}</td>
|
||||||
<td>{{ helper.boolean(part.favorite) }}</td>
|
<td>{{ helper.boolean(part.favorite) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{% trans %}part.minOrderAmount{% endtrans %}</td>
|
||||||
|
<td>{{ pricedetail_helper.minOrderAmount(part) | amountFormat(part.partUnit) }}</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
Loading…
Add table
Add a link
Reference in a new issue