AAGN#35388: Vraag over setting mld_print_loc_address.
svn path=/Website/trunk/; revision=28180
This commit is contained in:
@@ -317,6 +317,7 @@ function opdr_list (params)
|
||||
+ " AND rownum = 1"
|
||||
+ " ) plaatsmelding"
|
||||
+ " , l.alg_locatie_adres"
|
||||
+ " , g.alg_gebouw_naam"
|
||||
+ " , di.alg_district_omschrijving"
|
||||
+ " , (SELECT u.naam FROM mld_v_uitvoerende u WHERE U.mld_uitvoerende_key = O.mld_uitvoerende_keys) naam"
|
||||
+ " , (SELECT " + S("prs_pers_string")
|
||||
@@ -996,6 +997,12 @@ function opdr_list (params)
|
||||
rst.addColumn(new Column({caption: L("lcl_place"), content: "plaatsmelding"}));
|
||||
if (S("mld_print_loc_address") == 1)
|
||||
rst.addColumn(new Column({caption: L("lcl_location_address"), content: "alg_locatie_adres", purpose: PRINTING_ONLY}));
|
||||
if (S("mld_print_loc_address") == 2)
|
||||
{
|
||||
rst.addColumn(new Column({caption: L("lcl_location_address"), content: "alg_locatie_adres", combine: false}));
|
||||
rst.addColumn(new Column({caption: L("lcl_estate_gebouw_man_name"), content: "alg_gebouw_naam", combine: true}));
|
||||
}
|
||||
|
||||
rst.addColumn(new Column({caption: (cnt_key? L("lcl_cnt_service_name") : L("lcl_complain")), content: "mld_stdmelding_omschrijving"}));
|
||||
if (!tiny) {
|
||||
rst.addColumn(new Column({caption: L("lcl_mld_opdr_description"), content: "mld_opdr_omschrijving", combine:true}));
|
||||
|
||||
Reference in New Issue
Block a user