Commit 0225ae6 1 parent f08c352 commit 0225ae6 Copy full SHA for 0225ae6
File tree 1 file changed +6
-4
lines changed
src/ssb_jordbruk_fagfunksjoner
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def __repr__(self):
161
161
code = "001" ,
162
162
label = "Epler" ,
163
163
description = "Avling av epler" ,
164
- groups = ["Frukt " , "Frukt avling" ],
164
+ groups = ["frukt " , "frukt avling" ],
165
165
measured_in = "kilo" ,
166
166
)
167
167
@@ -170,7 +170,7 @@ def __repr__(self):
170
170
code = "272" ,
171
171
label = "Epler" ,
172
172
description = "Areal med epler" ,
173
- groups = ["Frukt " , "Frukt areal" ],
173
+ groups = ["frukt " , "frukt areal" ],
174
174
measured_in = "dekar" ,
175
175
)
176
176
@@ -1200,6 +1200,8 @@ def __repr__(self):
1200
1200
print (1 )
1201
1201
print (Produksjonstilskudd ().get_codes ())
1202
1202
print (2 )
1203
- print (Produksjonstilskudd ().get_codes ("Frukt " ))
1203
+ print (Produksjonstilskudd ().get_codes ("frukt " ))
1204
1204
print (3 )
1205
- print (Produksjonstilskudd ().get_codes ("Frukt avling" ))
1205
+ print (Produksjonstilskudd ().get_codes ("frukt avling" ))
1206
+ print (4 )
1207
+ print (Produksjonstilskudd ().get_codes ("økologisk" ))
You can’t perform that action at this time.
0 commit comments