[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Health-dev] [bug #39413] Error in bed transfer wizard
From: |
SebastiánMarró |
Subject: |
[Health-dev] [bug #39413] Error in bed transfer wizard |
Date: |
Fri, 05 Jul 2013 14:24:55 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?39413>
Summary: Error in bed transfer wizard
Project: GNU Health
Submitted by: smarro
Submitted on: Fri 05 Jul 2013 11:24:54 AM ART
Category: Functionality
Severity: 3 - Normal
Item Group: None
Status: In Progress
Privacy: Public
Assigned to: smarro
Open/Closed: Open
Discussion Lock: Any
Release: None
Module: health_inpatient
_______________________________________________________
Details:
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'
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?39413>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Health-dev] [bug #39413] Error in bed transfer wizard,
SebastiánMarró <=