Skip to content

Commit ba2ba60

Browse files
committed
Merge branch 'develop'
2 parents a8ee08e + 6ef8eb7 commit ba2ba60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"base_template": "lib/website/templates/base.html",
3-
"framework_version": "3.13.1",
3+
"framework_version": "3.13.2",
44
"modules": {
55
"Calendar": {
66
"color": "#2980b9",

public/js/legacy/print_format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ $.extend(_p, {
458458
var h2 = $a(me.layout.cur_row.header, 'div', '', h2_style);
459459
h2.innerHTML = docname;
460460

461-
if(cur_frm.state_fieldname && !cur_frm.fields_dict[cur_frm.state_fieldname].print_hide) {
461+
if(cur_frm.state_fieldname && !cur_frm.fields_dict[cur_frm.state_fieldname].df.print_hide) {
462462
$a(h2, 'br');
463463
var span = $a(h2, 'span', '',
464464
{padding: "3px", color: "#fff", backgroundColor: "#777",

0 commit comments

Comments
 (0)