2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00

fix: code comments

This commit is contained in:
akshayitzme 2023-01-24 16:24:08 +05:30
parent 7ab6014c60
commit 9b1cd31ba3

View File

@ -138,9 +138,6 @@ export class BespokeQueries {
): Promise<boolean> { ): Promise<boolean> {
/* /*
* to check if an item of given name is present in the SLE * to check if an item of given name is present in the SLE
* taking the count of items from SLE which has the given item name
* if the count is greater than 0 considers item exists in SLE, returns true
* if the count is lesser than 0 considers item does not exist in SLE, returns false
*/ */
const query = db.knex!(ModelNameEnum.StockLedgerEntry) const query = db.knex!(ModelNameEnum.StockLedgerEntry)
.select('item') .select('item')