mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
Merge branch 'develop' of https://github.com/bigcapitalhq/client into develop
This commit is contained in:
8
src/common/itemPaymentTranactionsOption.js
Normal file
8
src/common/itemPaymentTranactionsOption.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import intl from 'react-intl-universal';
|
||||
|
||||
export default [
|
||||
{ name: 'invoices', label: intl.get('invoices') },
|
||||
{ name: 'estimates', label: intl.get('estimates') },
|
||||
{ name: 'receipts', label: intl.get('receipts') },
|
||||
{ name: 'bills', label: intl.get('bills') },
|
||||
];
|
||||
Reference in New Issue
Block a user