Commit 768877ce6e2783b00cc1ebdb69b8e938b0e62753

Authored by Alex Savenko
1 parent 6ff88516

products pick

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/lib/models/discount.php
... ... @@ -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 ',
... ...