mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Updated Accounts
This commit is contained in:
committed by
Dan Christian Bogos
parent
6d9585b1ff
commit
167f7c0a4a
@@ -139,6 +139,9 @@ func (aP *AccountProfile) Clone() (acnt *AccountProfile) {
|
||||
|
||||
//Clone returns a clone of the ActivationInterval
|
||||
func (aI *ActivationInterval) Clone() *ActivationInterval {
|
||||
if aI == nil {
|
||||
return nil
|
||||
}
|
||||
return &ActivationInterval{
|
||||
ActivationTime: aI.ActivationTime,
|
||||
ExpiryTime: aI.ExpiryTime,
|
||||
|
||||
Reference in New Issue
Block a user