modify supplier address
This commit is contained in:
parent
3a53ab0f24
commit
f94ee26b7f
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ postModifySupplierR sId = do
|
|||
case res of
|
||||
FormSuccess msup -> do
|
||||
runDB $ update sId
|
||||
[ SupplierAddress =. supConfAddr msup
|
||||
[ SupplierIdent =. supConfIdent msup
|
||||
, SupplierAddress =. supConfAddr msup
|
||||
, SupplierTel =. supConfTel msup
|
||||
, SupplierEmail =. supConfEmail msup
|
||||
, SupplierCustomerId =. supConfCustomerId msup
|
||||
|
|
Loading…
Reference in a new issue