Fixed show the widget 'show resume' in the 'availability' item in report. TICKET: #2149
This commit is contained in:
parent
29f4c1d7e7
commit
0f72fa8bbd
|
@ -2340,6 +2340,7 @@ function chooseType() {
|
||||||
$("#row_order_uptodown").show();
|
$("#row_order_uptodown").show();
|
||||||
$("#row_show_address_agent").show();
|
$("#row_show_address_agent").show();
|
||||||
$("#row_show_in_two_columns").show();
|
$("#row_show_in_two_columns").show();
|
||||||
|
$("#row_show_resume").show();
|
||||||
break;
|
break;
|
||||||
case 'group_report':
|
case 'group_report':
|
||||||
$("#row_group").show();
|
$("#row_group").show();
|
||||||
|
|
Loading…
Reference in New Issue