Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch/Serial Number entry modal #3298

Merged
merged 8 commits into from
Jun 16, 2017
Merged

Batch/Serial Number entry modal #3298

merged 8 commits into from
Jun 16, 2017

Conversation

pratu16x7
Copy link
Contributor

@pratu16x7 pratu16x7 commented May 16, 2017

Copy link
Member

@rmehta rmehta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix all TODO

Edit: sorry it was still showing me the old commit.

if(!idx) {
this.df.data.push({name: "batch " + (this.df.data.length+1), idx: this.df.data.length+1});
} else {
// TODO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both are same?

@rmehta
Copy link
Member

rmehta commented May 23, 2017

ok for me. 👍. @mbauskar you can test and merge.

@pratu16x7 pratu16x7 changed the title Batch entry modal Batch/Serial Number entry modal May 23, 2017
@mbauskar mbauskar self-assigned this May 23, 2017
@frappe-pr-bot
Copy link
Collaborator

Pull Request Summary

Image or animted GIF Not Added

Please add an image or animated GIF as proof that you have manually tested this contribution. Hint: use LiceCAP to capture animated GIFs.

Large Patch

This is a very large pull request, unless there is a very good reason, please try and break it down to smaller changes. Read this strategy on how it can be done


Result

  • Failed: User testing is mandatory for patches with changes in JS code.
  • Failed: Updating test cases is mandatory for large pull requests
  • Failed: User testing with animated GIF is mandatory for large pull requests.

This summary was automatically generated based on this script

@rmehta rmehta merged commit 41a7f7b into frappe:develop Jun 16, 2017
this.frm.script_manager.trigger(this.df.fieldname + "_add", d.doctype, d.name);
this.refresh();
} else {
this.df.data.push({name: "batch " + (this.df.data.length+1), idx: this.df.data.length+1});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep a random name as a prefix

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants