On 17/07/2012 02:11, Chris Travers wrote:
Hi Nigel;

I have been unable to reproduce.

Can you run this?

select * from menu_generate() where label ilike '%order%' and array_to_string(args, ':') like '%module=oe%'::varchar;

and email the result here? This will print out the specifics of the menu for the order entry module.

position | id | level | label | path | parent | args
----------+----+-------+-----------------+------------+--------+--------------------------------------------------------------
1 | 51 | 2 | Sales Order | 0,50,51 | 50 | {module=oe.pl,action=add,type=sales_order} 2 | 52 | 2 | Purchase Order | 0,50,52 | 50 | {module=oe.pl,action=add,type=purchase_order} 1 | 54 | 3 | Sales Orders | 0,50,53,54 | 53 | {module=oe.pl,type=sales_order,action=search} 2 | 55 | 3 | Purchase Orders | 0,50,53,55 | 53 | {module=oe.pl,type=purchase_order,action=search} 1 | 57 | 3 | Sales Orders | 0,50,56,57 | 56 | {module=oe.pl,action=search,type=generate_sales_order} 2 | 58 | 3 | Purchase Orders | 0,50,56,58 | 56 | {module=oe.pl,action=search,type=generate_purchase_order} 1 | 61 | 3 | Sales Orders | 0,50,60,61 | 60 | {module=oe.pl,action=search,type=consolidate_sales_order} 2 | 62 | 3 | Purchase Orders | 0,50,60,62 | 60 | {module=oe.pl,action=search,type=consolidate_purchase_order}
(8 rows)



Best Wishes,
Chris Travers


------------------------------------------------------------------------------
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
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


------------------------------------------------------------------------------
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
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to