[ic] Not working in 4.7.2

interch interchange-users@lists.akopia.com
Thu May 17 13:18:00 2001


This works in 4.6.5 but not 4.7.2:

[perl tables=products]
$items = $Tag->item_list({ }, "[item-code];[item-description];[item-field
item_type];S;[item-price noformat];;[item-quantity]|");
chop($items);
$Values->{item_list} = $items;
return();
[/perl]


The item_type field does exist, and I get the same error even if I take
out the [item-field item_type] parameter.  The error in error.log is as
follows:

63.228.109.101 2hhpBQM8:63.228.109.101 - [17/May/2001:16:53:03 +0000] pol
/cgi-bin/pol/checkout.html Safe: Can't call method "open_t
able" on an undefined value at /usr/local/interchange/4.7/lib/Vend/Data.pm
line 902.
> 
> 
> $items = $Tag->item_list({ },
"[item-code];[item-description];S;[item-price
noformat];;[item-quantity]|");
> chop($items);
> $Values->{item_list} = $items;
> return();
> 
>


63.228.109.101 2hhpBQM8:63.228.109.101 - [17/May/2001:16:58:46 +0000] pol
/cgi-bin/pol/checkout.html Safe: Can't call method "open_t
able" on an undefined value at /usr/local/interchange/4.7/lib/Vend/Data.pm
line 902.
> 
> 
> $items = $Tag->item_list({ },
"[item-code];[item-description];[item-field item_type];S;[item-price
noformat];;[item-quantity]|");
> chop($items);
> $Values->{item_list} = $items;
> return();
>