fix identation
This commit is contained in:
@@ -29,7 +29,6 @@ def execute(filters=None):
|
|||||||
if (total == len(warehouse)):
|
if (total == len(warehouse)):
|
||||||
row = ["", "", "Total", "", "", total_qty]
|
row = ["", "", "Total", "", "", total_qty]
|
||||||
data.append(row)
|
data.append(row)
|
||||||
|
|
||||||
return columns, data
|
return columns, data
|
||||||
|
|
||||||
def get_columns():
|
def get_columns():
|
||||||
|
|||||||
Reference in New Issue
Block a user