Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b556d5ce
authored
2011-04-12 13:32:30 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed fees bug
1 parent
86d049f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/UserManager.php
com/UserManager/UserManager.php
View file @
b556d5c
...
...
@@ -889,7 +889,7 @@ class Actions {
));
if
(
isset
(
$_POST
[
'studentfee'
])
&&
$_POST
[
'studentfee'
]
==
1
)
{
$fee
=
number_format
(
CBVOptions\GetOption
(
'
overseas-surcharge
'
,
'fees'
),
2
,
'.'
,
''
);
$fee
=
number_format
(
CBVOptions\GetOption
(
'
student-fees
'
,
'fees'
),
2
,
'.'
,
''
);
$taxes
=
$calc_tax
(
$fee
,
$tax_rate
);
$items_subtotal
+=
$fee
;
...
...
Please
register
or
sign in
to post a comment