Update comment
This commit is contained in:
parent
8300babead
commit
82a03ece74
1 changed files with 2 additions and 2 deletions
|
@ -537,7 +537,7 @@ class HostingBillLineItem(AssignPermissionsMixin, models.Model):
|
|||
def get_vm_id(self):
|
||||
"""
|
||||
If VM_ID is set in the metadata extract and return it as integer
|
||||
other return -1
|
||||
other return None
|
||||
|
||||
:return:
|
||||
"""
|
||||
|
@ -747,7 +747,7 @@ class FailedInvoice(AssignPermissionsMixin, models.Model):
|
|||
|
||||
class Meta:
|
||||
permissions = (
|
||||
('view_failedinvoice', 'View User Card'),
|
||||
('view_failedinvoice', 'View Failed Invoice'),
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue