fix: Do not set contribution_docname because it will not exist in new server
This commit is contained in:
parent
9081cb976f
commit
175fcf92be
1 changed files with 0 additions and 1 deletions
|
|
@ -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 ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue