2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00

chore: update doc link with batches

This commit is contained in:
18alantom 2023-02-28 12:09:23 +05:30
parent 08cfaa6b68
commit 68430a615e

View File

@ -108,6 +108,7 @@ export const docsPathMap: Record<string, string | undefined> = {
[ModelNameEnum.PurchaseReceipt]: 'inventory/purchase-receipt',
StockLedger: 'inventory/stock-ledger',
StockBalance: 'inventory/stock-balance',
[ModelNameEnum.Batch]: 'inventory/batches',
// Entries
Entries: 'entries/entries',