X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FRecord.pm;h=05deaef1e2a8ee54339b51067f2c79401e17f407;hb=0076a0d790d1385cd2a16472ec2c11528edbc9e3;hp=1a88c3acddd27bc0d9a60017dbc611a434b34743;hpb=b173bfdcca96222fdc1883a2fcbf2fb817001542;p=freeside.git diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 1a88c3acd..05deaef1e 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -42,6 +42,7 @@ our $me = '[FS::Record]'; our $nowarn_identical = 0; our $nowarn_classload = 0; our $no_update_diff = 0; +our $no_history = 0; our $no_check_foreign = 1; #well, not inefficiently in perl by default anymore