Skip to content

Commit

Permalink
0.5.7 rev 3645
Browse files Browse the repository at this point in the history
  • Loading branch information
nightflyza committed Aug 19, 2014
1 parent ac667c6 commit ae1ab43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.7 rev 3643
0.5.7 rev 3645
1 change: 1 addition & 0 deletions modules/general/report_agentfinance/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

//show search form
show_window(__('Payment search'),$assignReport->paymentSearchForm());
show_window('', wf_Link('?module=report_finance', __('Back'), true, 'ubButton'));

//do the search and display results
if (wf_CheckPost(array('datefrom','dateto','dosearch'))) {
Expand Down
3 changes: 2 additions & 1 deletion modules/general/report_signup/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ function web_SignupsShowCurrentMonth() {
if ($altercfg['SIGREP_CONTRACT']) {
$tablecells.=wf_TableCell(@$allcontracts[$eachsignup['login']]);
}
@$sigTariff=$alltariffs[$eachsignup['login']];
$tablecells.=wf_TableCell($eachsignup['login']);
$tablecells.=wf_TableCell(@$alltariffs[$eachsignup['login']]);
$tablecells.=wf_TableCell($sigTariff);
$profilelink=wf_Link('?module=userprofile&username='.$eachsignup['login'], web_profile_icon().' '.$eachsignup['address']);
$tablecells.=wf_TableCell($profilelink);
if (ispos($eachsignup['date'], $curdate)) {
Expand Down

0 comments on commit ae1ab43

Please sign in to comment.