email-frappejs / accounting

1 stars 2 forks source link

Issues with updating ( see description) #13

Closed accakks closed 6 years ago

accakks commented 6 years ago

So frappejs>client>views>form.js has the code for right layout, including save button.

I've tested the code the there of makeSendButton and it works.

Now again creating customised view, I do not understand how to make it work here. Are my objectNames the problem? Is it not exporting properly? or if I need to create seperate file for this, and if so how to link it to this file and make in work in accounting/client/index.js

accakks commented 6 years ago

@meets2tarun @inishchith Can you resolve this? The code for sendButton can be tested by making changes in frappe>client>view>form.js, so its not wrong.

But how to make it work here?

accakks commented 6 years ago

Okay I'll make PR again. I got this.