Fix: Change Customer & Vendor List to ContactSelectList

This commit is contained in:
elforjani3
2020-11-03 17:48:12 +02:00
parent 64ca4d2a8a
commit ecc66593a9
10 changed files with 126 additions and 275 deletions

View File

@@ -30,7 +30,7 @@ import Row from './Grid/Row';
import Col from './Grid/Col';
import CloudLoadingIndicator from './CloudLoadingIndicator';
import MoneyExchangeRate from './MoneyExchangeRate';
import VendorSelecetList from './VendorSelecetList';
import ContactSelecetList from './ContactSelecetList';
const Hint = FieldHint;
@@ -68,5 +68,5 @@ export {
Row,
CloudLoadingIndicator,
MoneyExchangeRate,
VendorSelecetList,
ContactSelecetList ,
};