When customer is created from doctype, add customer to the doc type when clicking create. #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An example.
If we click new customer from a sales order and enter the info the customer needs to be added to the sales order when create is clicked.
So, when you save the new customer it would go back to the sale's order page with that customer already entered?
correct, it should do this regardless of doctype, if a customer is created, once create is clicked, that customer should be added to the doctype.
ok ill look into this.
Finished this on 6/4.