Skip to content

[IP-731]: Add another digit for quantity#780

Closed
nielsdrost7 wants to merge 1 commit intoInvoicePlane:developmentfrom
zeitschlag:format-quantity
Closed

[IP-731]: Add another digit for quantity#780
nielsdrost7 wants to merge 1 commit intoInvoicePlane:developmentfrom
zeitschlag:format-quantity

Conversation

@nielsdrost7
Copy link
Copy Markdown
Contributor

@nielsdrost7 nielsdrost7 commented Dec 24, 2021

This serves as an example. Please note, that you still have to alter the database table:

closes #731

ALTER TABLE ip_invoice_items MODIFY COLUMN item_quantity decimal(10, 3);

First Rule of Programming: Don't run code from the internet when you don't understand it. It might break things.

Pull Request Checklist

  • My code follows the code formatting guidelines.
  • I have an issue ID for this pull request.
  • I selected the corresponding branch.
  • I have rebased my changes on top of the corresponding branch.

Issue Type (Please check one or more)

  • Bugfix
  • Improvement of an existing Feature
  • New Feature

This serves as an example. Please note, that you still have to alter the database table:

ALTER TABLE ip_invoice_items MODIFY COLUMN item_quantity decimal(10, 3);

First Rule of Programming: Don't run code from the internet when you don't understand it. It might break things.
@nielsdrost7 nielsdrost7 changed the base branch from do_NOT_USE_develop to development November 22, 2023 13:39
@nielsdrost7 nielsdrost7 changed the title Add another digit for quantity [IP-731]: Add another digit for quantity Dec 23, 2023
@nielsdrost7 nielsdrost7 modified the milestones: 1.7.x, 1.6.2 Dec 23, 2023
@naui95 naui95 self-assigned this Nov 9, 2024
@naui95 naui95 closed this Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[1.6.2?] More digits for item quantity

3 participants