Bug/calender (#1558)
* fixes calendar not rendering when toggling view * same for po * and builds
This commit is contained in:
parent
39d4129157
commit
3a1c233bff
|
|
@ -158,6 +158,8 @@ $('#view-calendar').click(function() {
|
|||
|
||||
$("#build-order-calendar").show();
|
||||
$("#view-list").show();
|
||||
|
||||
calendar.render();
|
||||
});
|
||||
|
||||
$("#view-list").click(function() {
|
||||
|
|
|
|||
|
|
@ -146,6 +146,8 @@ $('#view-calendar').click(function() {
|
|||
|
||||
$("#purchase-order-calendar").show();
|
||||
$("#view-list").show();
|
||||
|
||||
calendar.render();
|
||||
});
|
||||
|
||||
$("#view-list").click(function() {
|
||||
|
|
|
|||
|
|
@ -141,9 +141,11 @@ $('#view-calendar').click(function() {
|
|||
$(".columns-right").hide();
|
||||
$(".search").hide();
|
||||
$('#filter-list-salesorder').hide();
|
||||
|
||||
|
||||
$("#sales-order-calendar").show();
|
||||
$("#view-list").show();
|
||||
|
||||
calendar.render();
|
||||
});
|
||||
|
||||
$("#view-list").click(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue