Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-pad-models
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b97d4cf4
authored
Jul 18, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Susunan masa pajak tanpa karakter pemisah
1 parent
3ef5f6b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
opensipkd/pad/services/default/__init__.py
opensipkd/pad/services/default/__init__.py
View file @
b97d4cf
...
...
@@ -179,10 +179,10 @@ class BaseInquiry:
return
self
.
rekening
.
rekeningnm
def
get_masa_1
(
self
):
return
self
.
invoice
.
masadari
.
strftime
(
'
%
d
-
%
m-
%
Y'
)
return
self
.
invoice
.
masadari
.
strftime
(
'
%
d
%
m
%
Y'
)
def
get_masa_2
(
self
):
return
self
.
invoice
.
masasd
.
strftime
(
'
%
d
-
%
m-
%
Y'
)
return
self
.
invoice
.
masasd
.
strftime
(
'
%
d
%
m
%
Y'
)
class
Inquiry
(
BaseInquiry
):
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment