Topic: Bug fixed in purchase

In FA 2.0 beta (with no_item_list checked)

root_FA/includes/ui/ui_lists.inc:914

$sql = "AND

That line _replaces_ the sql string, which does not generate any result.

The right behaviour is to concatenate. It must be:

$sql .= "AND

Regards

Re: Bug fixed in purchase

Thanks,
Bug fixed and CVS 2.0 unstable repository updated.

/Joe