Commit 71779477 by Solo Group

pln pra

1 parent bafd1bf9
......@@ -45,7 +45,7 @@ class Vendor(VendorClass):
return dict(code=9999,
message='Parameter tidak lengkap')
if self.v_produk_kd =='PLN' and self.v_produk_kd != 'PLNPASCA':
if self.v_produk_kd[:3] =='PLN' and self.v_produk_kd != 'PLNPASCA':
params = dict(
data=dict(
number=self.bill_no
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!