In mp_orders.module, there is a mistake which is causing order comments not to appear.

To fix, change line 189 from:
$uid = $user->uid;
To:
$uid = $order->uid;

Maybe this is corrected in Dev. Not sure.
Thanks.

Comments

daggerhart’s picture

Update: This bug also exists in the dev version.

jeffl8n’s picture

Status: Active » Needs review
StatusFileSize
new750 bytes

Attaching patch with the suggested fix.