Parcourir la source

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

Vijayakrishnan il y a 3 ans
Parent
commit
ba51f7c494
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();
     }