Renamed "voucher line item" to "journal entry line item".

This commit is contained in:
2023-03-20 20:52:35 +08:00
parent e26af6f3fc
commit 8f909965a9
34 changed files with 336 additions and 303 deletions

View File

@ -30,7 +30,7 @@ class OriginalLineItemSelector {
/**
* The line item editor
* @type {VoucherLineItemEditor}
* @type {JournalEntryLineItemEditor}
*/
lineItemEditor;
@ -84,7 +84,7 @@ class OriginalLineItemSelector {
/**
* Constructs an original line item selector.
*
* @param lineItemEditor {VoucherLineItemEditor} the line item editor
* @param lineItemEditor {JournalEntryLineItemEditor} the line item editor
*/
constructor(lineItemEditor) {
this.lineItemEditor = lineItemEditor;