Posts by David • 11 points
2 posts
-
0
votes1
answer268
viewsQ: Web Service NFE São Paulo City Hall Error 1402
good afternoon. I am creating a code for access to the NFE Web Service of the Municipality of São Paulo, calling the NF-e Issued Query Request method. I created all the integration code, including…
-
1
votes1
answer72
viewsA: Table within the View
Apparently you are already inside a covered block by @. You can: Being in a situation like this: @{ if(true) { } } Or so: @if(true) { if (true) { } } in both cases you already have a @ around if, so…