Skip to content
Snippets Groups Projects
Commit 5ed34f46 authored by Prasad's avatar Prasad
Browse files

Fixes #1135: Headerfield variable initialization.

parents d9c14271 6ccb5589
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ class Vtiger_FieldBasic {
var $info_type = 'BAS';
var $isunique = false;
var $block;
var $headerfield = 0;
/**
* Constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment