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

chore: typo in StockMovementItem validations

This commit is contained in:
Akshay 2023-02-13 17:09:47 +05:30 committed by Alan
parent 708e5659f5
commit 961ad62a18

View File

@ -99,7 +99,7 @@ export class StockMovementItem extends Doc {
if (value && this.toLocation) {
throw new ValidationError(
this.fyo.t`Only From or To can be set for Manucature`
this.fyo.t`Only From or To can be set for Manufacture`
);
}
},