projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8438542
)
assembly_rows: links auf items rauchen auch keinen rowcount...
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 May 2009 09:16:30 +0000
(09:16 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 May 2009 09:16:30 +0000
(09:16 +0000)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
c3dfd1a
..
d7dd7c3
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-1642,7
+1642,7
@@
sub assembly_row {
} else {
$href =
- qq|$form->{script}?action=edit&id=$form->{"id_$i"}
&rowcount=$i
|;
+ qq|$form->{script}?action=edit&id=$form->{"id_$i"}|;
$column_data{partnumber} =
qq|<td><input type=hidden name="partnumber_$i" value="$form->{"partnumber_$i"}"><a href=$href>$form->{"partnumber_$i"}</a></td>|;
$column_data{runningnumber} =