17 lines
215 B
Perl
17 lines
215 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;
|
|
|