Reported on the mailing list by Michael Richardson
2015/04/11 21:07:58 - ERROR - Form::_error LedgerSMB/Form.pm (437) -- 'Undefined subroutine &lsmb_legacy::save called at /usr/local/share/perl/5.14.2/old-handler.pl line 206.
'
This is when entering a new service from the Edit Sales invoice screen.
This happens on "Save" and "Save-as-New" (except that Save-As-New &lsmb_legacy::save_as_new).
It still exists. The problem seems to be that the form showing is the parts form, while the form is being posted to is.pl (where normally the invoice will be posted).
Seems to have correlation with callback handling.
Ah. I tested with Apache backend in CGI mode.
I have been unable to reproduce on starman (which btw doesn't reload legacy code).
It may have been fixed in interceding releases.