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:
f092c54
)
inventory_accno_id in IS.pm retrieve_item mit part_type ersetzt
author
G. Richardson
<information@kivitendo-premium.de>
Wed, 23 Nov 2016 16:08:40 +0000
(17:08 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Wed, 23 Nov 2016 16:08:40 +0000
(17:08 +0100)
inventory_accno_id gibt es nicht mehr
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
b9e9010
..
5686947
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-2298,7
+2298,7
@@
sub retrieve_item {
my $query =
qq|SELECT
p.id, p.partnumber, p.description, p.sellprice,
- p.listprice, p.
inventory_accno_id
, p.lastcost,
+ p.listprice, p.
part_type
, p.lastcost,
p.ean, p.notes,
c1.accno AS inventory_accno,