mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
column update with negative nibble rate -- FS-9577
This commit is contained in:
parent
0e6e53f15c
commit
ba99263a74
@ -387,7 +387,7 @@ static switch_bool_t bill_event(double billamount, const char *billaccount, swit
|
||||
sql = globals.custom_sql_save;
|
||||
}
|
||||
} else {
|
||||
sql = dsql = switch_mprintf("UPDATE %s SET %s=%s-%f WHERE %s='%s'", globals.db_table, globals.db_column_cash,
|
||||
sql = dsql = switch_mprintf("UPDATE %s SET %s=%s- %f WHERE %s='%s'", globals.db_table, globals.db_column_cash,
|
||||
globals.db_column_cash, billamount, globals.db_column_account, billaccount);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user