gnumed-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-bugs] GNUmed 1.25 Billing module - Remove button does not re


From: Busser, Jim
Subject: Re: [Gnumed-bugs] GNUmed 1.25 Billing module - Remove button does not remove
Date: Sat, 5 Jan 2013 01:05:07 +0000

On 2013-01-04, at 4:45 PM, "Busser, Jim" <address@hidden> wrote:

> Are there any constraints that determine whether or not the remove button 
> will function, or is this an outright bug?
> 
> In the present instance, a billing which I created using the Add button (and 
> which I did not yet invoice) does not allow itself to be removed by the 
> Remove button, despite that the Remove button gives me no complaints about my 
> request.
> 
> -- Jim

further to the above, when in psql I do

        select * from bill.bill_item where fk_billable = (select pk from 
ref.billable where code = '00311') ;

psql returns one row, however even after I do

        set default_transaction_read_only to off;

I cannot successfully delete the above record… when I try

        delete from bill.bill_item where fk_billable = (select pk from 
ref.billable where code = '00311') ;

I get

        DELETE 0

??

By the way, I do not presently have any bills in my 'bill' table.

-- Jim


reply via email to

[Prev in Thread] Current Thread [Next in Thread]