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:
parent
708e5659f5
commit
961ad62a18
@ -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`
|
||||
);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user