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):
|
def get_vm_id(self):
|
||||||
"""
|
"""
|
||||||
If VM_ID is set in the metadata extract and return it as integer
|
If VM_ID is set in the metadata extract and return it as integer
|
||||||
other return -1
|
other return None
|
||||||
|
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
|
|
@ -747,7 +747,7 @@ class FailedInvoice(AssignPermissionsMixin, models.Model):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
permissions = (
|
permissions = (
|
||||||
('view_failedinvoice', 'View User Card'),
|
('view_failedinvoice', 'View Failed Invoice'),
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue