Commit 9dd15f42 by aa.gusti

pln -odeo

1 parent 0a42951e
...@@ -126,7 +126,7 @@ class Vendor(VendorClass): ...@@ -126,7 +126,7 @@ class Vendor(VendorClass):
message=message) message=message)
def inquiry(self): def inquiry(self):
if not self.v_produk_kd or not self.id_pel: if not self.v_produk_kd or not self.id_pel:
return self.set_response(message='Parameter tidak lengkap') return self.set_response(message='Parameter tidak lengkap')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!