Skip to content

Commit

Permalink
* Read shipmode from either CGI or Values, which allows us
Browse files Browse the repository at this point in the history
	  to bounce to the ship_data page and retain the mode.
  • Loading branch information
perusionmike committed Jul 18, 2001
1 parent 3abcd46 commit e55f46d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/lib/UI/pages/admin/ship_data.html
Expand Up @@ -13,6 +13,7 @@
<!-- do update?: [cgi price_ok]
[perl]
return if ! $CGI->{price_ok};
$CGI->{ui_shipmode} ||= $Values->{ui_shipmode};
my $inmode = $CGI->{ui_shipmode};
$inmode =~ s/\W+//g;
#Log("write inmode=$inmode");
Expand Down Expand Up @@ -129,6 +130,7 @@
</tr>

[perl]
$CGI->{ui_shipmode} ||= $Values->{ui_shipmode};
my $inmode = $CGI->{ui_shipmode};
#Log("ship_data inmode=$inmode");
my $lines = $Config->{Shipping_line};
Expand Down

0 comments on commit e55f46d

Please sign in to comment.