mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
chore: remove code comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user