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:
parent
375325d917
commit
6ada1a8648
@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user