Ver código fonte

fix in print format

version-14
Anand Doshi 12 anos atrás
pai
commit
e483e26876
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      public/js/legacy/widgets/form/print_format.js

+ 1
- 1
public/js/legacy/widgets/form/print_format.js Ver arquivo

@@ -150,7 +150,7 @@ $.extend(_p, {
return; return;
} }
args.onload(_p.render({ args.onload(_p.render({
body: print_format_doc,
body: print_format_doc.html,
style: '', style: '',
doc: doc, doc: doc,
title: doc.name, title: doc.name,


Carregando…
Cancelar
Salvar