[fix] typo
This commit is contained in:
parent
3a9a7fe632
commit
6b68b405e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Controllers
|
||||
|
||||
Next step would be adding methods and event handlers to models. In your app, we sould like to ensure that if a Library Transaction is made, the Article in question must be in stock and the member loaning the Article must have a valid membership.
|
||||
Next step would be adding methods and event handlers to models. In the app, we should ensure that if a Library Transaction is made, the Article in question must be in stock and the member loaning the Article must have a valid membership.
|
||||
|
||||
For this, we can write a validation just before the Library Transaction object is saved. To do this, open the `library_management/doctype/library_transaction/library_transaction.py` template.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue