diff --git a/netforce_clinic/models/payment_matching.py b/netforce_clinic/models/payment_matching.py index 69d10a1..531764d 100644 --- a/netforce_clinic/models/payment_matching.py +++ b/netforce_clinic/models/payment_matching.py @@ -301,10 +301,10 @@ class PaymentMatching(Model): pc=0 if total_invoice: pc=(total_match_invoice/total_invoice)*100 - if inv_match_ids and obj: - obj.write({ - 'inv_ids': str(inv_match_ids), - }) + #if inv_match_ids and obj: + #obj.write({ + #'inv_ids': str(inv_match_ids), + #}) data={ 'lines': lines, 'date_from': date_from,