2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

chore: remove code comments

This commit is contained in:
akshayitzme 2023-02-17 12:25:47 +05:30
parent f966af5633
commit 261a3df48d

View File

@ -128,12 +128,6 @@ export class StockManager {
}
async #validateBatchWiseStockAvailability(details: SMIDetails) {
/*
* Checks if hasBatchNumber is enabled in the item
* If user has not entered batchNumber raises a ValidationError
* If entered quantity is greater than the available quantity in the batch, raises a ValidationError
*/
if (!details.fromLocation) {
return;
}