11.02.26
This commit is contained in:
@@ -105,7 +105,6 @@ class WeightReport(ModelSQL, ModelView):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
report['report_date'] = parse_date(report_data.get('date', ''))
|
report['report_date'] = parse_date(report_data.get('date', ''))
|
||||||
logger.info("RETRUN_DATE:%s",report['weight_date'])
|
|
||||||
# 3. Contract Information
|
# 3. Contract Information
|
||||||
contract_data = json_data.get('contract', {})
|
contract_data = json_data.get('contract', {})
|
||||||
report['contract_no'] = contract_data.get('contract_no', '')
|
report['contract_no'] = contract_data.get('contract_no', '')
|
||||||
|
|||||||
Reference in New Issue
Block a user