mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-05 21:20:56 +00:00
added test for sell price breaks
This commit is contained in:
17
InvenTree/part/fixtures/part_pricebreaks.yaml
Normal file
17
InvenTree/part/fixtures/part_pricebreaks.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
# Sell price breaks for parts
|
||||
|
||||
# Price breaks for R_2K2_0805
|
||||
|
||||
- model: part.partsellpricebreak
|
||||
pk: 1
|
||||
fields:
|
||||
part: 3
|
||||
quantity: 1
|
||||
price: 0.15
|
||||
|
||||
- model: part.partsellpricebreak
|
||||
pk: 2
|
||||
fields:
|
||||
part: 3
|
||||
quantity: 10
|
||||
price: 0.10
|
Reference in New Issue
Block a user