I have a problem with Payment Terms in Sales Order

In our production site. When I select a Payment Terms Template it doesn’t map the data into the table. Please help

We all have problems. But when you elaborate the problem with an example and explain it precisely and add a few screenshots, it becomes an interesting problem which someone would look into.

1 Like

Thank you for the correction @frewper .
When selecting payment terms template it doesn’t display the data in the payment


Even though the Allocate Payment Base On is checked

Which doctype? Is it custom doctype? then you have to write a client/server side logic.

In Sales Order doctype. Yep that’s my last option but it my local this feature works. I just updated yesterday the site then the user found out that data mapping doesn’t work. Thanks @NCP

If any client/server script is applied then check it because it’s woking fine in latest version.

1 Like

Thanks @NCP . All I did is override the selling controller and remove it in the branch since it has a lot of bug. But I tried update the site from the backup branch before all the changes but it seems my problem with payment terms still the same. Thanks @NCP