Skip to content

Commit

Permalink
correction vue lines_to_point pour afficher piece_number et non plus …
Browse files Browse the repository at this point in the history
…l id
  • Loading branch information
comptasso committed Nov 6, 2015
1 parent 62b9985 commit d21c611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/bank_extracts/lines_to_point.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- @lines_to_point.each_line do |ltp|
%tr{'class'=>'ltp', 'id'=>"#{ltp.id}" }
%td= l ltp.date
%td= ltp.id
%td= ltp.piece_number
%td= ltp.ref
%td= ltp.narration
%td.numeric.debit= debit_credit ltp.credit
Expand Down
3 changes: 2 additions & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@
# FLCVERSION = '1.14.2RC' # Un paiement sans adhérent peut être supprimé + correction Observer
# FLCVERSION = '1.14.3RC' # Amélioration module Adhérent (rapidité, icone nb_supprimer)
# FLCVERSION = '1.14.4RC' # Les banques et caisses sont ordonnées par leur id
FLCVERSION = '1.14.5RC' # Refactorisation des bank_extract_lines et démarrage des écritures à 1
# FLCVERSION = '1.14.5RC' # Refactorisation des bank_extract_lines et démarrage des écritures à 1
FLCVERSION = '1.14.6RC' # Correction lines_to_point affichage piece_number et non id

0 comments on commit d21c611

Please sign in to comment.