Pārlūkot izejas kodu

Note: mcp create-bill - don't show NA rates

Vijayakrishnan 3 gadi atpakaļ
vecāks
revīzija
ba51f7c494
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/Models/Pro.php

+ 1 - 0
app/Models/Pro.php

@@ -96,6 +96,7 @@ class Pro extends Model
             ->where('code', 'NOT LIKE', 'CM%')
             ->where('code', 'NOT LIKE', 'RM%')
             ->where('responsibility', '<>', 'GENERIC')
+            ->where('responsibility', '<>', 'NA')
             ->get();
     }