Revision 832
- Date:
- 2021/09/28 13:21:41
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/webshop/comps/contenido/webshop/delivery.html
175 175 $document->status(4); 176 176 $document->postman_id( $user->id ); 177 177 $document->etime( $now->ymd('-').' '.$now->hms ); 178 if ( $m->comp_exists('/comps/letters/order_delivered.msn') ) { 178 if ( $m->comp_exists('/comps/letters/order_delivered.msn') && 0 == 1 ) { # Отключаем пока 179 179 $profile = $keeper->{users}->get_profile( id => $document->uid ); 180 180 my $mailfrom = ref $project->params && $project->params->{mailfrom} ? $project->params->{mailfrom} : undef; 181 181 if ( $profile && $mailfrom ) {