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

Fix minor code issues #18425

Merged
merged 3 commits into from Apr 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions classes/pdf/HTMLTemplateDeliverySlip.php
Expand Up @@ -31,6 +31,9 @@ class HTMLTemplateDeliverySlipCore extends HTMLTemplate
{
public $order;

/** @var OrderInvoice Order invoice */
public $order_invoice;
PululuK marked this conversation as resolved.
Show resolved Hide resolved

/**
* @param OrderInvoice $order_invoice
* @param $smarty
Expand Down
3 changes: 3 additions & 0 deletions classes/pdf/HTMLTemplateOrderSlip.php
Expand Up @@ -32,6 +32,9 @@ class HTMLTemplateOrderSlipCore extends HTMLTemplateInvoice
public $order;
public $order_slip;

/** @var int Cart id */
public $id_cart;

/**
* @param OrderSlip $order_slip
* @param $smarty
Expand Down