Add. fix for domains, close #613

Fixing a bug in domains serializing (serializing doesn't work if there is translation to one language only).
This commit is contained in:
TheWirtschaftsmann 2017-02-14 14:05:36 +02:00
parent 607a6cad55
commit 45d82dc5d3

View File

@ -278,7 +278,7 @@ CLASS lcl_object_doma IMPLEMENTATION.
SORT lt_dd01_texts BY ddlanguage ASCENDING.
SORT lt_dd07_texts BY ddlanguage ASCENDING.
IF lines( lt_i18n_langs ) > 1.
IF lines( lt_i18n_langs ) > 0.
io_xml->add( iv_name = 'I18N_LANGS'
ig_data = lt_i18n_langs ).