lib/tordist/generator.rb in tordist-0.1.5 vs lib/tordist/generator.rb in tordist-0.1.6
- old
+ new
@@ -84,10 +84,10 @@
def order_number
fill_with_chars(9, "", :following, "0")
end
def broker
- fill_with_chars(4, @transaction.broker, :preceding, "0")
+ fill_with_chars(5, @transaction.broker, :preceding, "0")
end
def fill_with_chars(total_size, text, direction, char)
size = total_size - text.size
char_text = ""
\ No newline at end of file