Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(520)

Issue 118043: Renaming of packing to shipment (purchase_invoice_line_standalone) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 8 months ago by bch
Modified:
16 years, 8 months ago
Reviewers:
ced1
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use module_name #

Total comments: 1

Patch Set 3 : Use %s #

Total comments: 1

Patch Set 4 : Use psycopg escaping #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M purchase.py View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M purchase.xml View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9
bch
16 years, 8 months ago (2009-09-17 07:46:56 UTC) #1
ced1
http://codereview.appspot.com/118043/diff/1/2 File purchase.py (right): http://codereview.appspot.com/118043/diff/1/2#newcode20 Line 20: "AND module = 'purchase_invoice_line_standalone'") You should use module_name ...
16 years, 8 months ago (2009-09-17 07:55:09 UTC) #2
bch
16 years, 8 months ago (2009-09-17 08:25:44 UTC) #3
ced1
http://codereview.appspot.com/118043/diff/1003/1004 File purchase.py (right): http://codereview.appspot.com/118043/diff/1003/1004#newcode20 Line 20: "AND module = '" + module_name + "'") ...
16 years, 8 months ago (2009-09-17 08:47:18 UTC) #4
bch
16 years, 8 months ago (2009-09-17 08:50:46 UTC) #5
ced1
http://codereview.appspot.com/118043/diff/9/10 File purchase.py (right): http://codereview.appspot.com/118043/diff/9/10#newcode20 Line 20: "AND module = '%s'" % module_name) No: "AND ...
16 years, 8 months ago (2009-09-17 08:51:53 UTC) #6
bch
16 years, 8 months ago (2009-09-17 08:53:56 UTC) #7
ced1
Ok
16 years, 8 months ago (2009-09-17 09:02:07 UTC) #8
ced1
16 years, 8 months ago (2009-09-17 21:05:44 UTC) #9
Can be closed
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b