kyle 2 anni fa
parent
commit
0483584486
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      app/Http/Services/Web/Api2021Service.php

+ 1
- 0
app/Http/Services/Web/Api2021Service.php Vedi File

2812
                     'totalQty',  //
2812
                     'totalQty',  //
2813
                     'issuedQty', //
2813
                     'issuedQty', //
2814
                 ])
2814
                 ])
2815
+                ->where('active', 'Y')
2815
                 ->get()
2816
                 ->get()
2816
                 ->toArray();
2817
                 ->toArray();
2817
             $tgoodArr = [];
2818
             $tgoodArr = [];