浏览代码

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

Vijayakrishnan 3 年之前
父节点
当前提交
ba51f7c494
共有 1 个文件被更改,包括 1 次插入0 次删除
  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', 'CM%')
             ->where('code', 'NOT LIKE', 'RM%')
             ->where('code', 'NOT LIKE', 'RM%')
             ->where('responsibility', '<>', 'GENERIC')
             ->where('responsibility', '<>', 'GENERIC')
+            ->where('responsibility', '<>', 'NA')
             ->get();
             ->get();
     }
     }