débug print
This commit is contained in:
2
main.py
2
main.py
@@ -571,7 +571,7 @@ class ClercAttrib2Biz():
|
|||||||
elif "VSL" in temp_code:
|
elif "VSL" in temp_code:
|
||||||
b_VSL = True
|
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:
|
if float(self.attrib_link.get_value_from_attrib(data=ele,obj="invoice",key="total_price")) != facture_total:
|
||||||
print(f"ERROR NOT SAME PRICE")
|
print(f"ERROR NOT SAME PRICE")
|
||||||
total_facture_total += facture_total
|
total_facture_total += facture_total
|
||||||
|
|||||||
Reference in New Issue
Block a user