débug print

This commit is contained in:
Ambulance Clerc
2025-06-12 12:20:43 +02:00
parent 1a4a044f6b
commit 14656c4f5a

View File

@@ -571,7 +571,7 @@ class ClercAttrib2Biz():
elif "VSL" in temp_code:
b_VSL = True
print(f"Lecture de la facture #{cur_invoice_index} {self.attrib_link.get_value_from_attrib(data=ele,obj="invoice",key="id")} montant total = {self.attrib_link.get_value_from_attrib(data=ele,obj="invoice",key="total_price")} <> {facture_total}")
#print(f"Lecture de la facture #{cur_invoice_index} {self.attrib_link.get_value_from_attrib(data=ele,obj="invoice",key="id")} montant total = {self.attrib_link.get_value_from_attrib(data=ele,obj="invoice",key="total_price")} <> {facture_total}")
if float(self.attrib_link.get_value_from_attrib(data=ele,obj="invoice",key="total_price")) != facture_total:
print(f"ERROR NOT SAME PRICE")
total_facture_total += facture_total