mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
- feat: Optimize tenancy software architecture.
This commit is contained in:
@@ -144,7 +144,7 @@ function applyMixins(derivedCtor, baseCtors) {
|
||||
});
|
||||
}
|
||||
|
||||
const formatDateFields = (inputDTO, fields, format = 'YYYY-DD-MM') => {
|
||||
const formatDateFields = (inputDTO, fields, format = 'YYYY-MM-DD') => {
|
||||
const _inputDTO = { ...inputDTO };
|
||||
|
||||
fields.forEach((field) => {
|
||||
|
||||
Reference in New Issue
Block a user