search for: converted_rate

Displaying 3 results from an estimated 3 matches for "converted_rate".

2006 Nov 04
0
RJS not setting form input value correctly
...39;'" + number_to_currency(@new_total_commission, { :precision => 4 }).to_s + "'';" The controller code is as follows in the update_totals method which is called via the observe_field : if @comm_type == "L" @new_total_commission = @new_total_sell.to_f * @converted_rate.to_f else @new_total_commission = @new_total_weight.to_f * @converted_rate.to_f end Outputting debug to the log file shows that the @new_total_commission is being set correctly. The debug information in the browser window for the RJS "trick" produces the following: (''total_c...
2013 Mar 16
3
crash with dovecot 2.2: Panic: Buffer full
Hi Timo, I've got a crash with dovecot 2.2 dovecot --version 2.2.rc2 (69c26a9e3be5) It's occured when accessing with imap on a large mailbox (around 50k messages) imap(clean-quarantine at spamguard.fr): Panic: Buffer full (4254 > 4248, pool <none>) Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x6089a) [0x7f9d1bcde89a] -> /usr/lib/dovecot/libdovecot.so.0(+0x608de)
2020 Nov 04
2
imap dumping core in libdovecot-storage with assert "(block_count == 0 || block_idx+1 == block_count)"
Hi, I would like to report an issue which is 100% reproducible with a specific mail available in the reproducer attached to Red Hat's bugzilla <https://bugzilla.redhat.com/show_bug.cgi?id=1894418> (https://bugzilla.redhat.com/attachment.cgi?id=1726535): -------- 8< ---------------- 8< ---------------- 8< ---------------- 8< -------- Return-Path: <XXXXXXXXX at