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
8 lines
139 B
Ruby
8 lines
139 B
Ruby
require 'test_helper'
|
|
|
|
class StockMovementLinePArticleTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|