Skip to content

Commit

Permalink
more translations
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed May 3, 2024
1 parent cef0f2c commit 2416177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logicaldoc-i18n/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3100,4 +3100,5 @@ youdonothavepreviewpermissionondoc = You do not have the PREVIEW permission on t
floating = Floating
cannotconnectlm = Cannot connect the remote License Manager
canconnectlm = Remote License Manager connected
checklmconnection = Check LM connection
checklmconnection = Check LM connection
clicktoshow = Click to show
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,10 @@ public GUIDocument save(GUIDocument guiDocument) throws ServerException {
}
docVO.setTenantId(session.getTenantId());

// Make sure to maintain relevant flags from real document
docVO.setOcrd(document.getOcrd());
docVO.setBarcoded(document.getBarcoded());

// Create the document history event
DocumentHistory transaction = new DocumentHistory();
transaction.setSession(session);
Expand Down

0 comments on commit 2416177

Please sign in to comment.