We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7c83d commit f4f77f5Copy full SHA for f4f77f5
lib/ruby_danfe/danfe_generator.rb
@@ -337,18 +337,18 @@ def render_produtos
337
def descricao_modalidade_frete(modalidade)
338
case modalidade
339
when '1'
340
- "1 - Por conta do destinatário/remetente"
+ "1 - Destinatário (FOB)"
341
when '2'
342
- "2 - Por conta de terceiros"
+ "2 - Terceiros"
343
when '3'
344
"3 - Remetente (Transp. Próprio)"
345
when '4'
346
"4 - Remetente (Transp.Dest)"
347
when '9'
348
"9 - Sem frete"
349
else
350
- "0 - Por conta do emitente"
+ "0 - Remetente(CIF)"
351
end
352
353
354
-end
+end
0 commit comments