HSLE#34978: Overzicht reserveringen aanpassen voor de dag.

svn path=/Website/trunk/; revision=27994
This commit is contained in:
Maykel Geerdink
2016-02-02 09:14:11 +00:00
parent dbdbd16b14
commit 3eb0082b88
2 changed files with 2 additions and 1 deletions

View File

@@ -1545,6 +1545,7 @@ function res_list (pautfunction, params)
+ ", ins_alg_ruimte_key_org"
+ ", res_ruimte_opstel_default"
+ ", resgroup.res_activiteit_omschrijving"
+ ", res_rsv_ruimte_afgerond"
+ " FROM ("
+ sql
+ ") resgroup"

View File

@@ -871,7 +871,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
}
appender += "</select>";
appender += "<span onClick='javascript:doMulti(\"" + this.ID + "\");FcltMgr.stopPropagation(event);' class='button'>"+L("lcl_domulti")+"</span></div>";
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + (hasInlineDetails? 1 : 0) + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
}
if (htmlFoot != "")