Fixed show the widget 'show resume' in the 'availability' item in report. TICKET: #2149
(cherry picked from commit 0f72fa8bbd
)
This commit is contained in:
parent
184e705b8d
commit
d947d62b51
|
@ -2355,6 +2355,7 @@ function chooseType() {
|
|||
$("#row_order_uptodown").show();
|
||||
$("#row_show_address_agent").show();
|
||||
$("#row_show_in_two_columns").show();
|
||||
$("#row_show_resume").show();
|
||||
break;
|
||||
case 'group_report':
|
||||
$("#row_group").show();
|
||||
|
|
|
@ -77,7 +77,7 @@ else {
|
|||
$agents[$row['id_agente']] = $row['nombre'];
|
||||
}
|
||||
|
||||
switch ($config['dbtype']){
|
||||
switch ($config['dbtype']) {
|
||||
case "mysql":
|
||||
case "postgresql":
|
||||
$rows = db_get_all_rows_sql('
|
||||
|
|
Loading…
Reference in New Issue