This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/test/models/stock_movement_line_p_article_test.rb
Philippe b32ddd37f5 Add front validations for p_article form, add p_article to stock_movement, add AJAX on price_line update method
TODO:
- AJAX for add_p_article and add_stock_movement_p_article in stock_movement views
- Fix select p_article with in stock_movement partial view
- Fix query to display available p_article in stock_movement partial
2021-11-23 20:20:41 +01:00

8 lines
139 B
Ruby

require 'test_helper'
class StockMovementLinePArticleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end