Commit 42a18581 by solo
2 parents d625405b 71779477
......@@ -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!