webgui/lib/WebGUI/Help/ProductManager.pm
2007-12-05 04:20:29 +00:00

16 lines
257 B
Perl

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