mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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();
|
||||||
|
@ -77,7 +77,7 @@ else {
|
|||||||
$agents[$row['id_agente']] = $row['nombre'];
|
$agents[$row['id_agente']] = $row['nombre'];
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($config['dbtype']){
|
switch ($config['dbtype']) {
|
||||||
case "mysql":
|
case "mysql":
|
||||||
case "postgresql":
|
case "postgresql":
|
||||||
$rows = db_get_all_rows_sql('
|
$rows = db_get_all_rows_sql('
|
||||||
|
Loading…
x
Reference in New Issue
Block a user