VEBE#39163 versienummer niet meekopieren

svn path=/Website/trunk/; revision=33570
This commit is contained in:
2017-04-24 07:24:16 +00:00
parent 23f9917fbb
commit b6420ce646

View File

@@ -215,7 +215,8 @@ else // nieuw contract of copy
BLOCK_START("cntInfo", L("lcl_cnt_general_info"));
// Het interne contractnr is automatisch&readonly indien S("cnt_internalnr_readonly")
RWFIELDTR("cnt_cntnrint", "fld", L("lcl_cnt_intern_nr"), cnt_info.nummer_intern, {maxlength: 30, readonly: cnt_info.isAbonnement || !this_cnt.canChangeAlg ||S("cnt_internalnr_readonly"), suppressEmpty: true});
ROFIELDTR ("fldshort", L("lcl_cnt_versie"), cnt_info.versie, {suppressEmpty: true, readonly: !this_cnt.canChangeAlg});
if (!copy)
ROFIELDTR ("fldshort", L("lcl_cnt_versie"), cnt_info.versie, {suppressEmpty: true, readonly: !this_cnt.canChangeAlg});
// CONN#16529/CONN#17562: versienummer wordt via splitsing bepaald, is niet te editen.
ROFIELDTR("fld", L("lcl_cnt_srttype"), cnt_info.discipline_omschrijving, {readonly: !this_cnt.canChangeAlg});
RWFIELDTR("cnt_cntomst", "fld", L("lcl_cnt_descr"), cnt_info.omschrijving, {required: true, maxlength: 50, readonly: cnt_info.isAbonnement || !this_cnt.canChangeAlg});