boolean ret;
ret = super();
if(substr(BIT_KodePajak.valueStr(), 3, 1) == "1")
{
if(box::yesNo("Apakah anda yakin membuat Faktur Pajak Pengganti ?", dialogButton::No, "Confirmation") == dialogButton::Yes)
{
return ret;
}
else
{
BIT_KodePajak.text("010");
}
}
return ret;
ret = super();
if(substr(BIT_KodePajak.valueStr(), 3, 1) == "1")
{
if(box::yesNo("Apakah anda yakin membuat Faktur Pajak Pengganti ?", dialogButton::No, "Confirmation") == dialogButton::Yes)
{
return ret;
}
else
{
BIT_KodePajak.text("010");
}
}
return ret;
0 comments:
Post a Comment