Wednesday, October 9, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Copied accounting reports with a changed root report no longer fail when printed as a PDF. This prevents an error that blocked users from exporting certain customized accounting reports.
Original PR description
1) Navigate to ‘Accounting Reports’ 2) Duplicate ‘Unrealized Currency Gains/Losses’ 3) Set the ‘Root Report’ to ‘Aged Receivable’ 4) Navigate to ‘Accounting/Aged Receivable’ report 5) In the header change current report to ‘Unrealized Currency Gains/Losses (copy)’ 6) Print PDF Issue: Traceback will raise with error "cannot access free variable 'column_index' where it is not associated with a value in enclosing scope" opw-4177428
Manufacturing backorders now correctly keep available materials reserved for the production order they were meant for. This prevents stock from being incorrectly consumed or marked as used before the backorder is completed, improving reliability in manufacturing workflows.
Original PR description
Community-side fix for creating move lines instead of moves for production backorders. This change ensures that product quantity which was *intended* to be used by one production will rightly get reserved by that production's backorder. Additionally, we now use more care when marking moves as picked because this field has an inverse which will mark all of the move's move lines as consumed / done, despite them being incomplete. opw-4148050