Skip to content

Commit 5a30507

Browse files
committed
pkhoa exclude
1 parent 9599267 commit 5a30507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/data-sources/purchasing/pkhoa-data-source.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class PkhoaDataSource implements IPkhoaDataSource {
145145
WHERE
146146
fc.vendor_id = ?
147147
AND fc.stockpile_id = ?
148-
AND f.active = 1
148+
AND (f.active = 1 OR f.active = 2)
149149
AND fc.freight_cost_id IN (
150150
SELECT
151151
MAX(freight_cost_id)

0 commit comments

Comments
 (0)