[UPDT] PAYROLL: Updated payroll rembursment and loan account model by adding abstract class
This commit is contained in:
@@ -164,9 +164,9 @@ class WorkRecordForm(ModelForm):
|
||||
model = WorkRecord
|
||||
|
||||
|
||||
class ReimbursementrequestCommentForm(ModelForm):
|
||||
class ReimbursementRequestCommentForm(ModelForm):
|
||||
"""
|
||||
ReimbursementrequestCommentForm form
|
||||
ReimbursementRequestCommentForm form
|
||||
"""
|
||||
|
||||
class Meta:
|
||||
@@ -176,6 +176,7 @@ class ReimbursementrequestCommentForm(ModelForm):
|
||||
|
||||
model = ReimbursementrequestComment
|
||||
fields = ("comment",)
|
||||
exclude = ["is_active"]
|
||||
|
||||
|
||||
class EncashmentGeneralSettingsForm(ModelForm):
|
||||
|
||||
Reference in New Issue
Block a user