projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b38f7
)
the index parameter wasn't used and isn't required
author
Tony Cook
<tony@develop-help.com>
Sat, 18 Apr 2020 03:08:21 +0000
(13:08 +1000)
committer
Tony Cook
<tony@develop-help.com>
Sat, 18 Apr 2020 03:08:21 +0000
(13:08 +1000)
site/cgi-bin/modules/BSE/Cart.pm
patch
|
blob
|
blame
|
history
diff --git
a/site/cgi-bin/modules/BSE/Cart.pm
b/site/cgi-bin/modules/BSE/Cart.pm
index 8c1c6c810d55c4aa95c8eb0d150916d201e0a739..5923e959681643f2937817f196351ae59d9130ca 100644
(file)
--- a/
site/cgi-bin/modules/BSE/Cart.pm
+++ b/
site/cgi-bin/modules/BSE/Cart.pm
@@
-1001,7
+1001,7
@@
display - display of the option value
=cut
sub option_list {
- my ($self
, $index
) = @_;
+ my ($self) = @_;
my @options = $self->product->option_descs(BSE::Cfg->single, $self->{options});