mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 15:11:58 -04:00
Added QBO Item support with autocomplete
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
class LineItem < ApplicationRecord
|
||||
belongs_to :issue
|
||||
belongs_to :item, optional: true
|
||||
|
||||
validates :description, presence: true
|
||||
validates :quantity, numericality: { greater_than: 0 }
|
||||
|
||||
Reference in New Issue
Block a user