VEBE#39163 versienummer niet meekopieren
svn path=/Website/trunk/; revision=33570
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user