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:
f48066d
)
Factur-X: Einheiten »licenses« und »Lizenzen« auf C62 (= Stück) mappen
author
Moritz Bunkus
<m.bunkus@linet.de>
Thu, 3 Mar 2022 09:17:26 +0000
(10:17 +0100)
committer
Moritz Bunkus
<m.bunkus@linet.de>
Thu, 3 Mar 2022 11:32:57 +0000
(12:32 +0100)
SL/Helper/UNECERecommendation20.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/UNECERecommendation20.pm
b/SL/Helper/UNECERecommendation20.pm
index
56ea12e
..
e79991c
100644
(file)
--- a/
SL/Helper/UNECERecommendation20.pm
+++ b/
SL/Helper/UNECERecommendation20.pm
@@
-39,7
+39,7
@@
my @mappings = (
[ 'LTR', qr{^(?:l|liter|litre)$}i ],
# miscellaneous
- [ 'C62', qr{^(?:stck|stück|pieces?|pc|psch|pauschal)$}i ],
+ [ 'C62', qr{^(?:stck|stück|pieces?|pc|psch|pauschal
|licenses?|lizenz(?:en)?
)$}i ],
);
sub map_name_to_code {