Compare commits

..

No commits in common. "36e0f8b0f76679e813a736a446b8196855440837" and "ea062e10aec607cd2045ecc31e776310002ed027" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
1.3.134
1.3.133

View File

@ -278,11 +278,6 @@ class SubscriptionMatrixService:
logger.info(f" 💰 Amount: {amount} kr, Period: {period_from_str} to {period_to_str}")
# Skip lines with no amount (text/description lines only)
if abs(amount) < 0.01:
logger.info(f" ⏭️ SKIPPED: Line with no amount (text field)")
continue
# Determine month key (use first month if multi-month)
year_month = period_from.strftime('%Y-%m')
logger.info(f" 📅 Month: {year_month}")