3 lines
92 B
Python
3 lines
92 B
Python
|
import webnotes
|
||
|
def execute():
|
||
|
webnotes.delete_doc("Print Format", "Form 16A Print Format")
|