From 17b58758b3c2ea4ed82503482ec91b8a3805b0c1 Mon Sep 17 00:00:00 2001 From: "watcha.h" Date: Wed, 26 Aug 2015 16:20:16 +0700 Subject: [PATCH] xxx --- netforce_clinic/models/payment_matching.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,