Error when save translation from dictionary

This application automates translation. It is intended for both corporate and individual use. Details for 1C:Translator

#1
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Sep 8, 2017
Company: UBS

During translation of dictionaries gives an error. A photo is attached to the text. Please, help.

 
#2
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Jan 13, 2017
Company:

I think I have already fixed this error in my base. You need to change the line in manager module of data processor DictionaryMerging

Code
NewObject.Comment = ?(NewObject.Comment <> "", NewObject.Comment + Chars.LF, "") + AddComment;

to
Code
TargetObject.Comment = ?(SourceObject.Comment <> "", SourceObject.Comment + Chars.LF, "") + AddComment;

 
#3
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Sep 8, 2017
Company: UBS

Thank you so much.Everithing worked.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.