Skip to content

Commit

Permalink
Merge pull request #5301 from janus-reith/develop
Browse files Browse the repository at this point in the history
fix #5300 Wrong template reference
  • Loading branch information
kieckhafer authored Jul 10, 2019
2 parents 6378b13 + b63916a commit b6c20a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imports/plugins/core/orders/server/no-meteor/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ export default async function register(app) {
workflow: "coreOrderWorkflow",
audience: ["dashboard/orders"]
}, { // Standard Order Fulfillment with shipping
template: "coreOrderShippingSummary",
template: "OrderSummary",
label: "Summary",
workflow: "coreOrderShipmentWorkflow",
audience: ["dashboard/orders"]
}, {
template: "coreOrderShippingInvoice",
template: "OrderInvoice",
label: "Invoice",
workflow: "coreOrderShipmentWorkflow",
audience: ["dashboard/orders"]
Expand Down

0 comments on commit b6c20a4

Please sign in to comment.