Bugzilla – Attachment 125778 Details for
Bug 29175
finishreceive: Replace , by ;
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29175: finishreceive: Replace , by ;
Bug-29175-finishreceive-Replace--by-.patch (text/plain), 1.09 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-10-06 11:46:50 UTC
(
hide
)
Description:
Bug 29175: finishreceive: Replace , by ;
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-10-06 11:46:50 UTC
Size:
1.09 KB
patch
obsolete
>From 7c0ec8561262ab1a7b60122e910c9c4edc34e619 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 5 Oct 2021 13:02:38 +0000 >Subject: [PATCH] Bug 29175: finishreceive: Replace , by ; > >This certainly is one of my shortest fixes ever ;) > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > acqui/finishreceive.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/finishreceive.pl b/acqui/finishreceive.pl >index f97c7ff46c..378acf1cd2 100755 >--- a/acqui/finishreceive.pl >+++ b/acqui/finishreceive.pl >@@ -50,7 +50,7 @@ my $quantityrec = $input->param('quantityrec'); > my $quantity = $input->param('quantity'); > my $unitprice = $input->param('unitprice'); > my $replacementprice = $input->param('replacementprice'); >-my $datereceived = $input->param('datereceived'), >+my $datereceived = $input->param('datereceived'); > my $invoiceid = $input->param('invoiceid'); > my $invoice = GetInvoice($invoiceid); > my $invoiceno = $invoice->{invoicenumber}; >-- >2.32.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29175
:
125736
| 125778