fix identation

This commit is contained in:
NahuelOperto
2019-05-10 09:17:52 -03:00
parent 5e2d822509
commit a970bcc56d

View File

@@ -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():