Pretty order numbers

This commit is contained in:
Sebastian Rindom
2020-08-11 21:53:00 +02:00
parent ab0c51819c
commit 341e9423ce
6 changed files with 56 additions and 3 deletions
@@ -374,7 +374,7 @@ class BrightpearlService extends BaseService {
currency: {
code: fromOrder.currency_code,
},
ref: fromOrder._id,
ref: fromOrder.display_id,
externalRef: fromOrder._id,
channelId: this.options.channel_id || `1`,
installedIntegrationInstanceId: authData.installation_instance_id,