2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 19:39:07 +00:00

Fix typo: SystemSettings (#65)

Was going through docs, there is a typo on line 33.
This commit is contained in:
Aakanksha Jain 2018-08-18 21:28:00 +05:30 committed by Faris Ansari
parent 375325d917
commit 6ada1a8648

View File

@ -30,7 +30,7 @@ Code string (like Text but monospaced)
### Date ### Date
Date (formatted by [SystemSetings.dateFormat](../utilities/system-settings.md)) Date (formatted by [SystemSettings.dateFormat](../utilities/system-settings.md))
### Select ### Select
@ -74,4 +74,4 @@ Property with child documents, the type of children is defined by `childtype` pr
label: "Items", label: "Items",
target: "InvoiceItem" target: "InvoiceItem"
} }
``` ```