Pārlūkot izejas kodu

[Administration] Distributions : correctif CA par point de vente

feature/rotating_product
Guillaume Bourgeois pirms 6 mēnešiem
vecāks
revīzija
597cfbf27c
2 mainītis faili ar 2654 papildinājumiem un 110301 dzēšanām
  1. +2
    -2
      backend/web/js/vuejs/distribution-index.js
  2. +2652
    -110299
      producer/runtime/logs/app.log

+ 2
- 2
backend/web/js/vuejs/distribution-index.js Parādīt failu

@@ -655,7 +655,7 @@ var app = new Vue({
totalActivePointSale: function () {
var total = 0;
for (var i = 0; i < this.orders.length; i++) {
if (this.orders[i].id_point_sale == this.idActivePointSale) {
if (this.orders[i].id_point_sale == this.idActivePointSale && !this.orders[i].date_delete) {
total += parseFloat(this.orders[i].amount);
}
}
@@ -664,7 +664,7 @@ var app = new Vue({
weightActivePointSale: function () {
var weight = 0;
for (var i = 0; i < this.orders.length; i++) {
if (this.orders[i].id_point_sale == this.idActivePointSale) {
if (this.orders[i].id_point_sale == this.idActivePointSale && !this.orders[i].date_delete) {
weight += parseFloat(this.orders[i].weight);
}
}

+ 2652
- 110299
producer/runtime/logs/app.log
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


Notiek ielāde…
Atcelt
Saglabāt