bugGNU Health - Bugs: bug #39413, Error in bed transfer wizard

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #39413: Error in bed transfer wizard

Submitter:  Sebastián Marró <smarro>
Submitted:  Fri 05 Jul 2013 02:24:54 PM UTC
   
 
Category:  Functionality Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  smarro
Open/Closed:  Closed Release:  None
Module:  health_inpatient Component:  None

Fri 05 Jul 2013 02:33:37 PM UTC, comment #1: 

changeset 884:348570707fe4

Sebastián Marró <smarro>
Fri 05 Jul 2013 02:24:54 PM UTC, original submission:  

Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 158, in dispatch
    result = rpc.result(meth(args, *kwargs))
  File "/trytond/wizard/wizard.py", line 261, in execute
    return wizard._execute(state_name)
  File "/trytond/wizard/wizard.py", line 292, in _execute
    result = self._execute(transition())
  File "/trytond/modules/health_inpatient/wizard/wizard_health_inpatient.py", line 97, in transition_create_bed_transfer
    inpatient_registrations.write([registration],hospitalization_info)
  File "/trytond/model/modelsql.py", line 809, in write
    cls._fields[field].set(ids, cls, field, values[field])
  File "/trytond/model/fields/one2many.py", line 140, in set
    vals = vals.copy()
AttributeError: 'str' object has no attribute 'copy'

Sebastián Marró <smarro>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by smarro (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-07-05 smarro StatusIn Progress Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code