Greetings and happy summer!
I have a quick question regarding common.pl lines:

28      my @common_attrs = qw(
29      dbh login favicon stylesheet titlebar password custom_db_fields vc
30      );

Why is the forms action removed from the form at this point?
I am working on a older 1.2.X custom version where removing
$form->{action} here breaks all kinds of buttons like add AP transaction
on the vendor page.

Adding action to the loop makes them work again:

28      my @common_attrs = qw(
29      dbh login favicon stylesheet titlebar password custom_db_fields vc
action.
30      );

Thanks in advance
Turtle




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to