Skip to content

Commit

Permalink
DM
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Topotushko committed Apr 10, 2018
1 parent 5c28c70 commit b719b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion employee_current_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
LEFT JOIN common_db.tbl_employee ON bnsEmployeeID=empID
LEFT JOIN treasury.tbl_bonus_period ON bpdID=bnsPeriodID
WHERE bnsPeriodID=(SELECT MAX(bpdID) FROM treasury.tbl_bonus_period WHERE bpdFlagSalaryReview=1)
AND bnsStateID BETWEEN 2240 AND 2279"
AND bnsStateID BETWEEN 2240 AND 2279";
// AND empProfitID='{$oDocument->profit}'";

$rs = $oSQL->q($sql);
Expand Down

0 comments on commit b719b2e

Please sign in to comment.