Hy,
I'm using following code.
<dtml-in expr="sqlBestan dGetKuerzel(KUR ZFORM='B',BEREI CH='01')">
B/<dtml-var RUBRIK>/<dtml-var expr="_.math.in t(ANZAHL) + 1">
</dtml-in>
Whats wrong with it. I'm always getting the following error:
Error Type: AttributeError
Error Value: 'math' module has no attribute 'int'
Can anybody help me please.
Bye,
Holger
I'm using following code.
<dtml-in expr="sqlBestan dGetKuerzel(KUR ZFORM='B',BEREI CH='01')">
B/<dtml-var RUBRIK>/<dtml-var expr="_.math.in t(ANZAHL) + 1">
</dtml-in>
Whats wrong with it. I'm always getting the following error:
Error Type: AttributeError
Error Value: 'math' module has no attribute 'int'
Can anybody help me please.
Bye,
Holger
Comment