Commit 6ff88516e87727762d5269dd8aeb69e5655c1c30

Authored by Alex Savenko
1 parent 6a4ff8f9

products pick

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/discount.php
@@ -152,8 +152,8 @@ class discount extends \db @@ -152,8 +152,8 @@ class discount extends \db
152 :description, 152 :description,
153 :start_date, 153 :start_date,
154 :end_date, 154 :end_date,
  155 + :group_ids,
155 :status 156 :status
156 - :group_ids  
157 ) 157 )
158 RETURNING id 158 RETURNING id
159 ', 159 ',