mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: listing vendors and customers.
feat: items service events.
This commit is contained in:
@@ -121,4 +121,13 @@ export default class Contact extends TenantModel {
|
||||
}
|
||||
return Promise.all(asyncOpers);
|
||||
}
|
||||
|
||||
|
||||
static get fields() {
|
||||
return {
|
||||
created_at: {
|
||||
column: 'created_at',
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user