mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: remove un-used code
This commit is contained in:
@@ -36,14 +36,12 @@ export default class GeneralLedgerSheet extends R.compose(
|
|||||||
* @param {IJournalPoster} closingBalancesJournal -
|
* @param {IJournalPoster} closingBalancesJournal -
|
||||||
*/
|
*/
|
||||||
constructor(
|
constructor(
|
||||||
tenantId: number,
|
|
||||||
query: IGeneralLedgerSheetQuery,
|
query: IGeneralLedgerSheetQuery,
|
||||||
repository: GeneralLedgerRepository,
|
repository: GeneralLedgerRepository,
|
||||||
i18n
|
i18n
|
||||||
) {
|
) {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.tenantId = tenantId;
|
|
||||||
this.query = query;
|
this.query = query;
|
||||||
this.numberFormat = this.query.numberFormat;
|
this.numberFormat = this.query.numberFormat;
|
||||||
this.repository = repository;
|
this.repository = repository;
|
||||||
|
|||||||
@@ -62,7 +62,6 @@ export class GeneralLedgerService {
|
|||||||
|
|
||||||
// General ledger report instance.
|
// General ledger report instance.
|
||||||
const generalLedgerInstance = new GeneralLedgerSheet(
|
const generalLedgerInstance = new GeneralLedgerSheet(
|
||||||
tenantId,
|
|
||||||
filter,
|
filter,
|
||||||
genealLedgerRepository,
|
genealLedgerRepository,
|
||||||
i18n
|
i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user