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') {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | lost_equal-2055347-1.patch | 690 bytes | alfababy |
Comments
Comment #1
alfababy commentedAdd a quick patch.
Comment #2
alfababy commentedComment #3
bojanz commentedWhoops!
Committed, thanks.
(Btw, patches should be rolled for -p1, not -p0).
Comment #4
alfababy commentedThank you for correcting patch‘s errors.