Skip to content

Commit a9e1efe

Browse files
authored
Merge pull request #10800 from hmislk/#10799_stock_ledger_op_sale
#10799 stock ledger op sale
2 parents 43b1e1f + fb33d09 commit a9e1efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/divudi/bean/report/PharmacyReportController.java

+1
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,7 @@ public void processStockLedgerReport() {
19271927
if ("ipSaleDoc".equals(documentType)) {
19281928
billTypes.add(BillType.PharmacyBhtPre);
19291929
} else if ("opSaleDoc".equals(documentType)) {
1930+
billTypes.add(BillType.PharmacyPre);
19301931
billTypeAtomics.add(BillTypeAtomic.PHARMACY_RETAIL_SALE);
19311932
billTypeAtomics.add(BillTypeAtomic.PHARMACY_RETAIL_SALE_PRE);
19321933
billTypeAtomics.add(BillTypeAtomic.PHARMACY_RETAIL_SALE_CANCELLED);

0 commit comments

Comments
 (0)