Posted Voucher Print Preview problem.

rranjanerprranjanerp Member Posts: 70
Dear Experts,

I am doing bank payment entry with a single line entry taking :

Account type : vendor

account no : vend/001

debit amount,

bal. acount type : bank account

bal. account no :bank0001.

The posting is fine .when i see the print preview of posted voucher.at the top it shows me "General Journal Voucher" INSTEAD OF "Bank Payment voucher".I checked the code its :

SourceDesc := '';

IF "Source Code" <> '' THEN BEGIN

SourceCode.GET("Source Code");

SourceDesc := SourceCode.Description;

END;

i ALSO thought that it may be dimension issue but its not.in the bank ledger entry if i change the source code as "BANKPAYMNT" instead of GENJNL than also there is no effect on preview.please guide .its nav 2009 R2..

Thanks...

Comments

Sign In or Register to comment.