From 08a66bc21981134c3f580973e51c385d2de5fd35 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 15 Feb 2026 15:20:55 +0100 Subject: [PATCH] 15.02.26 --- modules/account_invoice/payment_term.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/account_invoice/payment_term.py b/modules/account_invoice/payment_term.py index e4bac01..7a6face 100755 --- a/modules/account_invoice/payment_term.py +++ b/modules/account_invoice/payment_term.py @@ -159,6 +159,7 @@ class PaymentTermLine(sequence_ordered(), ModelSQL, ModelView): #find date based on trigger: if line and self.trigger_event: trigger_date = line.get_date(self.trigger_event) + logger.info("DATE_FROM_LINE:%s",trigger_date) if trigger_date: date = trigger_date