mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix: base currency from organization metadata.
This commit is contained in:
@@ -2,6 +2,14 @@ import moment from "moment";
|
||||
import { isEmpty, isObject, isUndefined } from 'lodash';
|
||||
|
||||
export class Transformer {
|
||||
meta: any;
|
||||
|
||||
setMeta(meta) {
|
||||
this.meta = meta;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Includeded attributes.
|
||||
* @returns
|
||||
@@ -23,7 +31,7 @@ export class Transformer {
|
||||
};
|
||||
|
||||
/**
|
||||
*
|
||||
* Transformes the given item to desired output.
|
||||
* @param item
|
||||
* @returns
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user