readded needed relations to GET order

This commit is contained in:
--list
2021-07-02 15:19:23 +02:00
parent 8e66861c95
commit c1a14a647f
@@ -237,6 +237,7 @@ export const defaultFields = [
"total", "total",
"paid_total", "paid_total",
"refundable_amount", "refundable_amount",
"no_notification",
] ]
export const allowedFields = [ export const allowedFields = [
@@ -265,6 +266,7 @@ export const allowedFields = [
"total", "total",
"paid_total", "paid_total",
"refundable_amount", "refundable_amount",
"no_notification",
] ]
export const allowedRelations = [ export const allowedRelations = [