Thanks,
I didn't test the plugin with AUP, just with HikaShop points and I didn't see this typo error.
You can edit the file "plugins/hikashop/vendorpoints/vendorpoints.php" and replace
$query = 'SELECT hu.* FROM ' . hikamarket::table('vendor') . ' AS v '.
' INNER JOIN ' . hikamarket::table('shop.user') . ' AS hu ON v.vendor_admin_ud = hu.user_id '.
' WHERE v.vendor_id = ' . (int)$order->order_vendor_id;
By:
$query = 'SELECT hu.* FROM ' . hikamarket::table('vendor') . ' AS v '.
' INNER JOIN ' . hikamarket::table('shop.user') . ' AS hu ON v.vendor_admin_id = hu.user_id '.
' WHERE v.vendor_id = ' . (int)$order->order_vendor_id;
I will update the package as soon as possible.
Regards,