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
2d4af51f19a35d429fcaa060cb2f77de99347ed0
Authored by
Alex Savenko
2016-12-21 13:13:15 +0200
2 parents
2b722217
768877ce
Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena
Showing
1 changed file
with
2 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 @
2d4af51
...
...
@@ -152,8 +152,8 @@ class discount extends \db
152
152
:description,
153
153
:start_date,
154
154
:end_date,
155
- :group_ids,
156
- :status
155
+ :status,
156
+ :group_ids
157
157
)
158
158
RETURNING id
159
159
',
...
...