ledgersmb / LedgerSMB

Double-entry accounting & ERP for the web
https://ledgersmb.org
Other
413 stars 150 forks source link

Fix orders/quotes showing read-only #8348

Closed ehuelsmann closed 1 month ago

ehuelsmann commented 1 month ago

Don't combine AR/AP transaction information with orders/quotes which prevents the 'approved' value taken from the AR/AP transaction with the same ID as the order (they use separate sequences) from freezing the order/quote entry screen.

Fixes #8346