HSLE#34978: Overzicht reserveringen aanpassen voor de dag.
svn path=/Website/trunk/; revision=27951
This commit is contained in:
@@ -302,7 +302,7 @@ function res_list (pautfunction, params)
|
|||||||
+ " AND TRUNC(res_rsv_ruimte_van, 'DD') <= " + dateto.toSQL()
|
+ " AND TRUNC(res_rsv_ruimte_van, 'DD') <= " + dateto.toSQL()
|
||||||
+ " AND TRUNC(res_rsv_ruimte_tot, 'DD') >= " + datefrom.toSQL()
|
+ " AND TRUNC(res_rsv_ruimte_tot, 'DD') >= " + datefrom.toSQL()
|
||||||
+ (suppress_cont
|
+ (suppress_cont
|
||||||
? " AND TRUNC(res_rsv_ruimte_tot, 'DD') <= " + dateto.toSQL()
|
? " AND (TRUNC(res_rsv_ruimte_van, 'DD') >= " + datefrom.toSQL() + " OR TRUNC(res_rsv_ruimte_tot, 'DD') <= " + dateto.toSQL() + ")"
|
||||||
: "");
|
: "");
|
||||||
}
|
}
|
||||||
if (resstatus)
|
if (resstatus)
|
||||||
|
|||||||
Reference in New Issue
Block a user