Skip to content

Commit

Permalink
Merge pull request #219 from knivets/coupons_order
Browse files Browse the repository at this point in the history
Coupons order
  • Loading branch information
smirolo authored Aug 24, 2019
2 parents bf71340 + b0a4e5f commit 7d0cab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions saas/static/js/djaodjin-saas-vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,9 @@ new Vue({
],
data: {
url: djaodjinSettings.urls.provider.api_coupons,
params: {
o: 'ends_at',
},
newCoupon: {
code: '',
percent: ''
Expand Down

0 comments on commit 7d0cab9

Please sign in to comment.