fix: Permission issue in Total Stock Summary report (#19103)

Data in "Total Stock Summary" report were not getting filtered
based on applied user permissions because some link fields had
wrong options
This commit is contained in:
Suraj Shetty
2019-09-18 20:01:54 +05:30
committed by Anurag Mishra
parent 78776c42fe
commit a9a7e84873

View File

@@ -15,8 +15,8 @@ def execute(filters=None):
def get_columns():
columns = [
_("Company") + ":Link/Item:250",
_("Warehouse") + ":Link/Item:150",
_("Company") + ":Link/Company:250",
_("Warehouse") + ":Link/Warehouse:150",
_("Item") + ":Link/Item:150",
_("Description") + "::300",
_("Current Qty") + ":Float:100",