This website works better with JavaScript.
Home
Explore
Help
Sign In
BenoitCier
/
Opendistrib
forked from
Laclic/Souke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[producer] Correction double appel à distribution/ajax-infos lors de la validation de la date par l'utilisateur
dev
Guillaume Bourgeois
5 years ago
parent
74eb9c9916
commit
61065f9336
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+0
-1
producer/web/js/vuejs/order-order.js
+ 0
- 1
producer/web/js/vuejs/order-order.js
View File
@@ -204,7 +204,6 @@ var app = new Vue({
this.dateFormat = ('0' + this.date.getDate()).slice(-2)+ '/'
+ ('0' + (this.date.getMonth() +1)).slice(-2) + '/'
+ this.date.getFullYear() ;
this.init() ;
this.changeStep('point-sale') ;
}
},
Write
Preview
Loading…
Cancel
Save