in Record.pm - call ->check **BEFORE** generating @diff for SQL. causing
authorivan <ivan>
Tue, 26 Feb 2002 11:42:37 +0000 (11:42 +0000)
committerivan <ivan>
Tue, 26 Feb 2002 11:42:37 +0000 (11:42 +0000)
commitfc0715ded1a4c1ace11f1ad1df7600f726206afc
treedcf0c840ab0d176bc5fa6f36b8bd906746cabc4c
parent1fdd857c556d4e6ee7e2b577085ede891dd41506
in Record.pm - call ->check **BEFORE** generating @diff for SQL.  causing
weird effects with cust_main::check that modifies record (ship_ field weirdness)

fix nasty logic error triggered by changing a ship_ field from something TO
identical to the corresponding non-ship_ field.  ouch
FS/FS/Record.pm
FS/FS/cust_main.pm