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