2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Add setting to determine if supplier price breaks are used in overall price calculations (#3943)

This commit is contained in:
Oliver
2022-11-17 09:27:07 +11:00
committed by GitHub
parent d7c4dd1f01
commit 1e1662ef0f
3 changed files with 26 additions and 12 deletions

View File

@ -15,6 +15,7 @@
{% include "InvenTree/settings/setting.html" with key="PART_BOM_USE_INTERNAL_PRICE" %}
{% include "InvenTree/settings/setting.html" with key="PRICING_DECIMAL_PLACES" %}
{% include "InvenTree/settings/setting.html" with key="PRICING_UPDATE_DAYS" icon='fa-calendar-alt' %}
{% include "InvenTree/settings/setting.html" with key="PRICING_USE_SUPPLIER_PRICING" icon='fa-check-circle' %}
</tbody>
</table>
</div>