Browse Source

Merge branch 'dev'

master
Guillaume 4 years ago
parent
commit
d4654e0689
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      backend/web/js/vuejs/distribution-index.js

+ 3
- 0
backend/web/js/vuejs/distribution-index.js View File

@@ -599,6 +599,9 @@ Vue.component('order-form',{
var app = this ;
if(this.checkForm()) {
var processCredit = event.currentTarget.getAttribute('data-process-credit') ;
if(processCredit == null) {
processCredit = 0 ;
}

var data = new FormData();
data.append('date', this.date.getFullYear() + '-'

Loading…
Cancel
Save