PNBR#35811 tijd tot in een Reservering

svn path=/Website/trunk/; revision=31886
This commit is contained in:
Jos Groot Lipman
2016-12-07 15:51:09 +00:00
parent 9e966d955d
commit f85f2af9c1
2 changed files with 2 additions and 2 deletions

View File

@@ -1125,7 +1125,7 @@ FCLTHeader.Requires({plugins: ["jQuery", "kenmerk"],
</script>
<% }
if (rrr.has_visitors)
if (rrr.has_visitors || restype == "R")
{
FCLTcalendar( "date_to",
{ label : restype == "CV"? L("lcl_res_endtime_CV") : L("lcl_time"),

View File

@@ -413,7 +413,7 @@ FCLTHeader.Requires({plugins: ["jQuery"]})
if (rrr.rsv_ruimte_tot.midnight().getTime() == rrr.rsv_ruimte_van.midnight().getTime())
{
ROFIELDTR("fldDateTime", L("lcl_date"), toDateString(rrr.rsv_ruimte_van));
var v_tot = (rrr.has_visitors ? " "+ L("lcl_tot") + " " + toTimeString(rrr.rsv_ruimte_tot) : "");
var v_tot = (rrr.has_visitors || restype == "R"? " "+ L("lcl_tot") + " " + toTimeString(rrr.rsv_ruimte_tot) : "");
ROFIELDTR("fldDateTime", L("lcl_time"), toTimeString(rrr.rsv_ruimte_van) + v_tot);
}
else // meerdaags