Emails sent about low stock should have status unread, not completed.
This commit is contained in:
parent
1dc5387e1f
commit
08db6b5036
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ sub execute {
|
|||
if ($belowThreshold) {
|
||||
my $inbox = WebGUI::Inbox->new($self->session);
|
||||
$inbox->addMessage({
|
||||
status => 'completed',
|
||||
status => 'unread',
|
||||
subject => $self->get('subject'),
|
||||
groupId => $self->get('toGroup'),
|
||||
message => $message,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue