mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
fix: action name in Purchase Receipt
This commit is contained in:
parent
99e6cd5ec0
commit
c97b65225d
@ -24,6 +24,6 @@ export class PurchaseReceipt extends StockTransfer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static getActions(fyo: Fyo): Action[] {
|
static getActions(fyo: Fyo): Action[] {
|
||||||
return getStockTransferActions(fyo, ModelNameEnum.Shipment);
|
return getStockTransferActions(fyo, ModelNameEnum.PurchaseReceipt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user