Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing second reference on label (like old module) #7

Open
morgan-enetb opened this issue Jul 24, 2018 · 1 comment
Open

Missing second reference on label (like old module) #7

morgan-enetb opened this issue Jul 24, 2018 · 1 comment

Comments

@morgan-enetb
Copy link

Add this line on file DpdLabelGenerator.php to get order reference on label :

'customerReferenceNumber2' => $tempOrder->reference,

Line 242

$parcelInfo = 	array(
	'customerReferenceNumber1' => $orderId,
        'customerReferenceNumber2' => $tempOrder->reference,
	'weight' => $weightTotal / $parcels,
);
@french50
Copy link

Thanks a lot for all for your corrections

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants