Prettified
This commit is contained in:
parent
db0a007390
commit
021d7a063f
1 changed files with 2 additions and 1 deletions
|
|
@ -365,7 +365,8 @@ export default {
|
||||||
storeActions.TAX_ORDER_ITEMS_AND_SAVE_SERVER_DATA,
|
storeActions.TAX_ORDER_ITEMS_AND_SAVE_SERVER_DATA,
|
||||||
{
|
{
|
||||||
billToAccountNumber: "87291",
|
billToAccountNumber: "87291",
|
||||||
providerNumber: this.$store.getters.order.serviceLocation.provider.providerNumber,
|
providerNumber:
|
||||||
|
this.$store.getters.order.serviceLocation.provider.providerNumber,
|
||||||
appointmentType: this.$store.getters.order.serviceLocation.appointmentType,
|
appointmentType: this.$store.getters.order.serviceLocation.appointmentType,
|
||||||
serviceLocationCity: this.$store.getters.order.serviceLocation.city,
|
serviceLocationCity: this.$store.getters.order.serviceLocation.city,
|
||||||
serviceLocationState: this.$store.getters.order.serviceLocation.state,
|
serviceLocationState: this.$store.getters.order.serviceLocation.state,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue