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,6 +2812,7 @@ class Api2021Service
2812 2812
                     'totalQty',  //
2813 2813
                     'issuedQty', //
2814 2814
                 ])
2815
+                ->where('active', 'Y')
2815 2816
                 ->get()
2816 2817
                 ->toArray();
2817 2818
             $tgoodArr = [];