Most functionality is restored after antd upgrade. WIP on invoice enter screen.
This commit is contained in:
@@ -78,8 +78,8 @@ export const QUERY_ALL_VENDORS_FOR_ORDER = gql`
|
||||
`;
|
||||
|
||||
export const SEARCH_VENDOR_AUTOCOMPLETE = gql`
|
||||
query SEARCH_VENDOR_AUTOCOMPLETE($search: String!) {
|
||||
vendors(where: { name: { _ilike: $search } }) {
|
||||
query SEARCH_VENDOR_AUTOCOMPLETE {
|
||||
vendors {
|
||||
name
|
||||
discount
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user