webgui/lib/WebGUI/Help/ProductManager.pm
2007-07-21 05:01:24 +00:00

15 lines
245 B
Perl

package WebGUI::Help::ProductManager;
our $HELP = {
'edit sku template' => {
title => 'help edit sku template title',
body => 'help edit sku template body',
fields => [],
related => []
},
};
1;