mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feature/ allocate landed cost.
This commit is contained in:
6
client/src/common/allocateLandedCostType.js
Normal file
6
client/src/common/allocateLandedCostType.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import intl from 'react-intl-universal';
|
||||
|
||||
export default [
|
||||
{ name: intl.get('bills'), value: 'bills' },
|
||||
{ name: intl.get('expenses'), value: 'expenses' },
|
||||
]
|
||||
Reference in New Issue
Block a user