Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oeh-tnf/OEH-Shop
Browse files Browse the repository at this point in the history
  • Loading branch information
maximaximal committed Oct 20, 2019
2 parents e64edb9 + db4b94a commit 123ae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/user_table.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class UserTable

int getCostsInCents(int bwPages, int clPages)
{
return bwPages * 2 + clPages * 20;
return bwPages * 6 + clPages * 20;
};
std::string getCostsString(int bwPages, int clPages)
{
Expand Down

0 comments on commit 123ae4b

Please sign in to comment.