Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
138315b3be51fed07d5f53737c5ebca3a4d2683f
Authored by
Alex Savenko
2016-12-20 19:55:15 +0200
1 parent
69bb2148
prices
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/lib/models/discount.php
Inline
Side-by-side
src/lib/models/discount.php
Wrap text
Show/Hide comments
View file @
138315b
...
...
@@ -56,10 +56,9 @@ class discount extends \db
56
56
57
57
/**
58
58
* Get actual discount
59
- * @param $id
60
59
* @return array
61
60
*/
62
- public function getActiveData(
$id
)
61
+ public function getActiveData(
)
63
62
{
64
63
return $this->get(
65
64
'
...
...