Looks lost one "=" on Line 129 in commerce_backoffice_order.module.

-if ($entity_type == 'commerce_order' && $view_mode = 'backoffice') {
+if ($entity_type == 'commerce_order' && $view_mode == 'backoffice') {
CommentFileSizeAuthor
#1 lost_equal-2055347-1.patch690 bytesalfababy

Comments

alfababy’s picture

StatusFileSize
new690 bytes

Add a quick patch.

alfababy’s picture

Status: Active » Needs review
bojanz’s picture

Status: Needs review » Fixed

Whoops!
Committed, thanks.

(Btw, patches should be rolled for -p1, not -p0).

alfababy’s picture

Thank you for correcting patch‘s errors.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.