mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: uom quantity calculation
This commit is contained in:
@@ -317,7 +317,7 @@ export abstract class InvoiceItem extends Doc {
|
||||
|
||||
return safeParseFloat(conversionItems[0]?.conversionFactor ?? 0);
|
||||
},
|
||||
dependsOn: ['transferUnit'],
|
||||
dependsOn: ['transferUnit', 'qty'],
|
||||
},
|
||||
account: {
|
||||
formula: () => {
|
||||
|
||||
Reference in New Issue
Block a user