main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit db7288c709 - Show all commits

View File

@@ -1028,6 +1028,7 @@ class Purchase(
forex_rate = invoice.get_forex()
if forex_rate:
invoice.selection_rate = 'forex'
invoice.on_change_with_rate()
Invoice.save([invoice])
purchase.copy_resources_to(invoice)
if len(invoices)==1: