From d5d656b0261f87462daf148ed4750968d929fdee Mon Sep 17 00:00:00 2001 From: Darshan Date: Mon, 21 Mar 2022 17:26:30 +0530 Subject: [PATCH] Typo fix. --- InvoiceAndBilling.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvoiceAndBilling.php b/InvoiceAndBilling.php index 8b2fea1..0309fb1 100644 --- a/InvoiceAndBilling.php +++ b/InvoiceAndBilling.php @@ -183,7 +183,7 @@ function getItemObj($dataService) { } } - // Fetch IncomeAccount, ExoenseAccount and AssetAccount Refs needed to create an Item + // Fetch IncomeAccount, ExpenseAccount and AssetAccount Refs needed to create an Item $incomeAccount = getIncomeAccountObj($dataService); $expenseAccount = getExpenseAccountObj($dataService); $assetAccount = getAssetAccountObj($dataService);