fix: Do not set contribution_docname because it will not exist in new server

This commit is contained in:
Suraj Shetty 2020-05-04 14:55:27 +05:30
parent 9081cb976f
commit 175fcf92be

View file

@ -7,7 +7,6 @@ def execute():
SET
translated_text=target_name,
source_text=source_name,
contribution_docname=contributed_translation_doctype_name,
contribution_status=(CASE status
WHEN 'Deleted' THEN 'Rejected'
ELSE ''