Skip to content

Commit

Permalink
#17 采购模块 (#299)
Browse files Browse the repository at this point in the history
* 材料类型选择

* flake8
  • Loading branch information
eyeeco authored and Time1ess committed Jan 20, 2018
1 parent b44d336 commit 7697272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procurement/filters/procurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class ProcurementMaterialFilter(filters.FilterSet):

class Meta:
model = ProcurementMaterial
fields = ('purchase_order', 'status')
fields = ('purchase_order', 'status', 'inventory_type')

0 comments on commit 7697272

Please sign in to comment.