refs #1147 Invoice item selectbox style.

This commit is contained in:
Cüneyt Şentürk
2020-01-20 17:48:46 +03:00
parent 1ae0c19b76
commit f0a9c18ccb
9 changed files with 793 additions and 44 deletions

View File

@ -4,6 +4,7 @@ import AkauntingSearch from './../components/AkauntingSearch';
import AkauntingModal from './../components/AkauntingModal';
import AkauntingRadioGroup from './../components/forms/AkauntingRadioGroup';
import AkauntingSelect from './../components/AkauntingSelect';
import AkauntingSelectRemote from './../components/AkauntingSelectRemote';
import AkauntingDate from './../components/AkauntingDate';
import AkauntingRecurring from './../components/AkauntingRecurring';
@ -19,6 +20,7 @@ export default {
AkauntingSearch,
AkauntingRadioGroup,
AkauntingSelect,
AkauntingSelectRemote,
AkauntingModal,
AkauntingDate,
AkauntingRecurring,