diff options
Diffstat (limited to 'list_movements.php')
| -rw-r--r-- | list_movements.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/list_movements.php b/list_movements.php index 700c824..ddb2b1c 100644 --- a/list_movements.php +++ b/list_movements.php @@ -59,6 +59,11 @@ if( $filterUserId ) { $filterUserName = $uRow['real_name'] ?: $uRow['login'] ?: ''; } +$listHash['listInfo']['parameters'] = array_filter( [ + 'part_content_id' => $partContentId ?: '', + 'ref_type' => $_REQUEST['ref_type'] ?? '', + 'user_id' => $filterUserId ?: '', +] ); $gBitSmarty->assign( 'listInfo', $listHash['listInfo'] ); $gBitSmarty->assign( 'movementList', $movementList ); $gBitSmarty->assign( 'filterType', $_REQUEST['ref_type'] ?? '' ); |
