mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
chore: remove code comments
This commit is contained in:
parent
f966af5633
commit
261a3df48d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user