B2024-011: Import of unit information ROs not importing correctly #243
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "B2024-011"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
B2024-011: Barakah Export/Import of procedure incorrectly imports unit information ROs in tables so that they are not resolved when printed. The newer RO handling code was changing the default for unit information ROIDs to end in 0041 versus 0000, but ROID stored for the RO in the table did not have the new default. The code could not set the correct rousageid in the link text within the table data for the RO since it could not find the ROID. The code in dlgExport.Import.cs was modified to check for this.
code change looks good.
Tested with version 2.1.2402.2609 with no issues found.