|
default_debits != null)
$VoucherType->default_debits = explode(",", $VoucherType->default_debits);
if ($VoucherType->default_credits != null)
$VoucherType->default_credits = explode(",", $VoucherType->default_credits);;
?>
myaccounts->showAccountsComboForVoucher("account_id", "", "account_id_dr", "status=1", $default = "", $CSSclass = "", $VoucherType->default_debits) ?>
myaccounts->showAccountsComboForVoucher("account_id", "", "account_id_cr", "status=1", $default = "", $CSSclass = "", $VoucherType->default_credits) ?>
|
|
|
|