Fixed the documentation of the entryType parameter in the constructor of the JavaScript DebitCreditSideSubForm sub-form.
This commit is contained in:
parent
3826646d06
commit
5bad949cfa
@ -462,7 +462,7 @@ class DebitCreditSideSubForm {
|
||||
*
|
||||
* @param currency {CurrencySubForm} the currency sub-form
|
||||
* @param element {HTMLDivElement} the element
|
||||
* @param entryType {string} the entry type, either "debit"
|
||||
* @param entryType {string} the entry type, either "debit" or "credit"
|
||||
*/
|
||||
constructor(currency, element, entryType) {
|
||||
this.currency = currency;
|
||||
|
Loading…
Reference in New Issue
Block a user