mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: refactoring invoice calc cost service.
This commit is contained in:
@@ -174,8 +174,6 @@ const getDefinedOption = (key, group) => {
|
||||
|
||||
const isDefinedOptionConfigurable = (key, group) => {
|
||||
const definedOption = getDefinedOption(key, group);
|
||||
console.log(definedOption, 'definedOption');
|
||||
|
||||
return definedOption?.config || false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user