mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: Vendors resource.
This commit is contained in:
@@ -300,5 +300,11 @@ export default (tenantDb) => {
|
||||
};
|
||||
});
|
||||
|
||||
factory.define('vendor', 'vendors', async () => {
|
||||
return {
|
||||
customer_type: 'business',
|
||||
};
|
||||
});
|
||||
|
||||
return factory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user