IO-1674 Reorder bill posting lines by price.
This commit is contained in:
@@ -181,7 +181,7 @@ export const UPDATE_JOB_LINE = gql`
|
|||||||
|
|
||||||
export const GET_JOB_LINES_TO_ENTER_BILL = gql`
|
export const GET_JOB_LINES_TO_ENTER_BILL = gql`
|
||||||
query GET_JOB_LINES_TO_ENTER_BILL($id: uuid!) {
|
query GET_JOB_LINES_TO_ENTER_BILL($id: uuid!) {
|
||||||
joblines(where: { jobid: { _eq: $id } }) {
|
joblines(where: { jobid: { _eq: $id } }, order_by: { act_price: desc }) {
|
||||||
removed
|
removed
|
||||||
id
|
id
|
||||||
line_desc
|
line_desc
|
||||||
|
|||||||
Reference in New Issue
Block a user