minor fix

This commit is contained in:
Oscar Alvarez 2021-02-03 22:48:49 -05:00
parent 2538054f83
commit c2f8306f09
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import sys
import os
import logging
import base64
import time
from decimal import Decimal
from datetime import datetime, timedelta, date
from collections import OrderedDict
@ -1358,8 +1357,6 @@ class AppWindow(FrontWindow):
args = self.dialog_reports.open_wizard(
'delivery_report', add_fields, True
)
print(args)
print(_parties)
sales = self.Sale.find([
('sale_date', '=', args['date']),
('delivery_party', '=', args['delivery_party']),