MT#12385 Add reseller_id to EDR head.

Change-Id: Ied667fac5eee55fa8980f29ae5e548f203f222d9
changes/33/1533/6
Andreas Granig 11 years ago
parent 9c77c88709
commit db0cb867c4

@ -15,6 +15,7 @@ sub insert {
$schema->resultset('events')->create({
type => $type,
subscriber_id => $subscriber->id,
reseller_id => $subscriber->contract->contact->reseller_id,
old_status => $old // '',
new_status => $new // '',
timestamp => NGCP::Panel::Utils::DateTime::current_local->hires_epoch,

Loading…
Cancel
Save